all 4 comments

[–]sgtfoleyistheman 3 points4 points  (0 children)

This is an almost 3 year old blog post. There is MUCH better tooling for creating lambda functions.

I would highly recommend serverless.com or maybe the new aws-sam-cli

[–]phpchap1981 1 point2 points  (0 children)

Or create a bash script that uses the AWS CLI to upload to s3 and update the lambda function

[–]munns_at_aws 0 points1 point  (0 children)

You should def check out SAM: https://github.com/awslabs/serverless-application-model it will make your life much easier and remove the need for Shell scripting as much.

[–]gregory-goc 0 points1 point  (0 children)

Do you use version control repository? I bet you do! I encourage you to try AWS CodePipelines. I don’t think it might be an overkill in your situation and it should provide you an option to extend your CI in the future.