AWS Lambda: A Guide to Serverless Microservices
Some quick notes, but mostly Google search and AWS documentation otherwise.
After downloading the AWS CLI configure it:
> aws configure
AWS Access Key ID [None]: accesskey
AWS Secret Access Key [None]: secretkey
Default region name [None]: us-east-1
Default output format [None]:
Change the output format when using CLI by using the --output parameter:
> aws lambda get-account-settings -output text|json|table
AWS CLI Reference Page: http://docs.aws.amazon.com/cli/latest/index.html
To date I have not found a page (or three) quick reference in PDF format.
Continuing experimentation:
https://gofore.com/en/going-serverless-with-amazon-s3-and-lambda/
No comments:
Post a Comment