March 2019
Intermediate to advanced
168 pages
4h 33m
English
To deploy the Lambda source code, you will need to use an existing S3 bucket or create a new one—use the following code to create one:
$ aws s3api create-bucket --bucket <you-bucket-name> --profile demo --create-bucket-configuration LocationConstraint=<your-aws-region> --region <your-aws-region>
Ensure that <your-bucket-name> can be addressable—it must follow DNS naming conventions. To choose your AWS Region, refer to AWS Regions and Endpoints (https://docs.aws.amazon.com/general/latest/gr/rande.html). Generally, those in the USA can use us-east-1 and those in Europe can use eu-west-1.
Read now
Unlock full access