localstack / localstack-demo

Simple demo application deployed using LocalStack
https://docs.localstack.cloud/getting-started/quickstart/
61 stars 33 forks source link

Pin awslocal command output to JSON #62

Closed lakkeger closed 10 months ago

lakkeger commented 1 year ago

Motivation

Pinned awslocal command's output to JSON as not all user's aws-cli output format is configured to JSON, so this will throw an error for them.

Changes