- bucket needs to be in the same region as lambda function
This is the code that makes up your lambda function. We zip it up and can easily deploy it using the aws lambda cli.
- write lambda code and zip it
- don't zip the container folder, but do zip all the require folders and files inside of it
Role is require to give lambda the permissions it needs.