January 2019
Intermediate to advanced
490 pages
15h 37m
English
Follow these steps to deploy and invoke the Lambda. You may follow Chapter 1, Getting Started with Serverless Computing on AWS and use CloudFormation for Lambda provisioning:
aws s3 cp \ target/lambda-sqs-sdk-create-send-0.0.1-SNAPSHOT.jar \ s3://serverless-cookbook/lambda-sqs-sdk-create-send-0.0.1-SNAPSHOT.jar \ --profile admin
aws iam create-role \ --role-name lambda-sqs-create-send-role \ --assume-role-policy-document file://iam-role-trust-relationship.txt \ --profile admin
The trust document, ...
Read now
Unlock full access