docs
docs copied to clipboard
The LocalStack documentation 📖
Add documentation on how to use localstack in BitBucket Pipelines.
The ECS-ECR container app tutorial is broken and has many issues: https://docs.localstack.cloud/tutorials/ecs-ecr-container-app/ We should either fix or remove it. ## Motivation * Initially reported by a pro customer * Previously...
https://docs.localstack.cloud/user-guide/tools/lambda-tools/debugging/#:~:text=Configure%20LocalStack%20for%20remote%20JVM%20debugging,-Set%20LAMBDA_JAVA_OPTS%20with&text=Note%20the%20suspend%3Dy%20option,simply%20switch%20to%20suspend%3Dn%20. Above page mentions the procedure but it does n't work...and the submitted issues remain as it is without any further progress making the localstack the most unfriendly developer tool....
_"Make sure the script is executable: run chmod +x init-aws.sh on the file first."_ You should note that this script must be run on the host machine; it does not...
Add a point about the needed configuration for AWS SAM in VS Code, `launch.json`. It is important to mention the `dockerNetwork` property, which initiates the LocalStack container to execute the...
It might be helpful to add more samples. pyathena, awswrangler, sqlalchemy Pyathena ```python from pyathena import connect conn = connect( s3_staging_dir="s3://s3-results-bucket/output/", region_name="us-east-1", endpoint_url="http://localhost:4566", ) cursor = conn.cursor() cursor.execute("CREATE DATABASE IF...
When following the guide here https://docs.localstack.cloud/references/init-hooks/ to cause an initialization script to run on startup, the system produces an error localstack | 2023-04-06T13:27:31.366 ERROR --- [ MainThread] localstack.runtime.init : Error...
Users have requested dark themes for the webapp and the docs: * https://github.com/localstack/localstack/issues/7853