An open API service indexing awesome lists of open source software.

https://github.com/mikeshultz/localstack-get-subnets-bug

Repro of an issue with localstack returning a 500 for ec2.DescribeSubnets
https://github.com/mikeshultz/localstack-get-subnets-bug

Last synced: 3 months ago
JSON representation

Repro of an issue with localstack returning a 500 for ec2.DescribeSubnets

Awesome Lists containing this project

README

          

# `ec2.DescribeSubnets` issue

Steps to repro:

1) Install dependencies: `pip install pulumi pulumi-aws`
2) Start localstack: `docker run -e LOCALSTACK_AUTH_TOKEN=${LOCALSTACK_AUTH_TOKEN} -e LS_LOG=debug -p 4566:4566 localstack/localstack-pro:3.8.0`
3) Run Pulumi program against localstack: `pulumi -s gst preview`

You'll notice the Pulumi command hangs, and the reported errors show up in the localstack logging.