lambda-test-2
v1.0.0
Published
### Upload Lambda create function and upload by command ``` export LAMBDA_FUNCTION_NAME=test2 export PROFILE_NAMESPACE=lawrence.gns
Downloads
1
Readme
Infrastructure setup
Upload Lambda
create function and upload by command
export LAMBDA_FUNCTION_NAME=test2
export PROFILE_NAMESPACE=lawrence.gns
yarn publish
# or
rm -rf lambdaCode.zip
zip -r lambdaCode.zip .
aws lambda update-function-code --function-name $LAMBDA_FUNCTION_NAME --zip-file fileb://./lambdaCode.zip --profile $PROFILE_NAMESPACE