localstack-pro-samples icon indicating copy to clipboard operation
localstack-pro-samples copied to clipboard

Sample projects to demonstrate advanced LocalStack features

Results 20 localstack-pro-samples issues
Sort by recently updated
recently updated
newest added

Following this doc to try to run localstack pro via docker compose: https://docs.localstack.cloud/getting-started/installation/#:~:text=Starting%20LocalStack%20with%20Docker%2DCompose As suggested by the doc, I have added my auth token to the LOCALSTACK_AUTH_TOKEN environment variable expecting...

I have got my trials localstack pro license and I could start localstack without any issue. When I was trying the happy path of running emr steps within an EMR...

**Test stability and correctness** - > Add a small sleep and a timeout in the “wait until DB is available” loop to avoid busy-waiting forever on a failing setup. -...

hacktoberfest

A sample e-commerce platform using LocalStack, demonstrating AWS services: API Gateway, Lambda, DynamoDB, S3, Cognito, and CloudFormation. Easily test multi-service, event-driven, serverless architectures locally before deploying to AWS.

- Identified `LOCALSTACK_API_KEY` in two files: - [emr-serverless-python-dependencies/docker-compose.yml](https://github.com/localstack-samples/localstack-pro-samples/blob/8675302abce693b6d151235162362cffbfd43de1/emr-serverless-python-dependencies/docker-compose.yml#L14) - [.github/workflows/makefile.yml](https://github.com/localstack-samples/localstack-pro-samples/blob/8675302abce693b6d151235162362cffbfd43de1/.github/workflows/makefile.yml#L47) - Replaced the `LOCALSTACK_API_KEY` with `LOCALSTACK_AUTH_TOKEN` - Tested locally: - `emr-serverless-python-dependencies/docker-compose.yml` using `docker compose up` - `.github/workflows/makefile.yml` using `make test-ci-all`...

hacktoberfest

## Summary This PR migrates all usages of the deprecated `LOCALSTACK_API_KEY` environment variable to the new `LOCALSTACK_AUTH_TOKEN` to ensure continued authentication with LocalStack Pro services. ## Background The `LOCALSTACK_API_KEY` has...

hacktoberfest

The LocalStack API key (`LOCALSTACK_API_KEY`) has been sunset and will no longer work for authentication. To ensure that the sample tests in this repository continue to execute successfully, migrate all...

bug
good first issue
hacktoberfest

During recent testing of the tutorial associated with this repo, I noticed a number of issues: 1. The commands create a bucket named `reproducible-ml` but then the code uses a...

🎉 Thanks for contributing during HacktoberFest! If you had a PR merged into this repo during HacktoberFest, you’re eligible for swag. 👉🏾 Fill out the [Swag Claim Form](https://forms.gle/dmcBwiS3kW9pyCLp6) by Nov...

hacktoberfest

The hot reload feature enables quick iterations, and combining it with Lambda remote debugging improves DevX for quick iterations.