Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 546 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 546 Bytes

encode-abr

Use the SAM CLI to build and test locally

Build your application with the sam build command.

encoder-abr$ sam build --use-container

Run functions locally and invoke them with the sam local invoke command.

encoder-abr$ sam local invoke EcodeAbrFunction --event events/sqs.json
encoder-abr$ sam local invoke EcodeAbrARM64Function --event events/sqs.json

Fetch, tail, and filter Lambda function logs

encoder$ sam logs -n EcodeAbrFunction --stack-name encoder-app -t