localstack / localstack-demo

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

Parsing fails as default output is yml #54

Closed mrudulp closed 12 months ago

mrudulp commented 1 year ago

This fails as default output of command awslocal apigateway get-rest-apis is yml and not json. Using apiId=$$(awslocal apigateway get-rest-apis --output json | jq -r '.items[] | select(.name="local-localstack-demo") | .id'); \ instead of this https://github.com/localstack/localstack-demo/blob/1c81a708da8a0271db1ea4c88fb9be1570c4231c/Makefile#L20 ensures install goes through.

Other notes about demo instructions -- jq installation should be checked on system or be part of install

lakkeger commented 12 months ago

Hi @mrudulp, Closing this issue now as it fixes the proposed issues. However please do not hesitate to contact us if you have any further questions or encounter new issues, even if everything is working now. Thank you.