Skip to content

Additional steps required while deploying FaasKeeper #44

@mujtaba1747

Description

@mujtaba1747

These are the commands I ran to deploy FaaSKeeper to AWS:
Note: nvm is node version manager

pip3 install requirements.txt
pip3 install git+https://github.com/spcl/faaskeeper-python
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
source ~/.bashrc # or whatever is your shell. Eg: zshrc for macOS
nvm install 14.15.0
nvm use 14.15.0
npm install -g serverless
serverless plugin install -n serverless-export-env --config /workspaces/faaskeeper/aws.yml
serverless plugin install -n serverless-python-requirements  --config /workspaces/faaskeeper/aws.yml
serverless plugin install -n serverless-iam-roles-per-function --config /workspaces/faaskeeper/aws.yml
./fk.py deploy service config/user_config_final.json --provider aws --config config/user_config.json

3 Additional commands had to be run, ie the serverless plugin install commands

How to fix this: These commands should be added to the documentation. Because perhaps the latest version of serverless does not come with these plugins installed by default

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions