January 2019
Intermediate to advanced
490 pages
15h 37m
English
Follow this 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-receive-send-batch-0.0.1-SNAPSHOT.jar \
s3://serverless-cookbook/lambda-sqs-sdk-receive-send-batch-0.0.1-SNAPSHOT.jar \ --profile admin
aws iam create-role \ --role-name lambda-sqs-sdk-receive-send-batch-role \ --assume-role-policy-document file://iam-role-trust-relationship.txt \ --profile admin ...
Read now
Unlock full access