This is a CDK app that deploys a AWS Lambda function that demonstrates the usage of the Logger utility of AWS Lambda Powertools for TypeScript.
npm installnpm run buildnpx cdk deploy --all --require-approval never --profile AWS_PROFILE_NAMEaws sqs list-queues --profile AWS_PROFILE_NAME | \
jq '.QueueUrls[0]' | \
xargs -I {} aws sqs send-message-batch --queue-url {} --entries file://sample-sqs-messages.json --profile AWS_PROFILE_NAME