localstack-pro-samples
localstack-pro-samples copied to clipboard
Sample projects to demonstrate advanced LocalStack features
I am trying to mount EFS file system with ECS container/task but it is failing. Please refer attached error screenshot and terraform script which I am using for this. And...
Adding the sample we pitched today.
This PR: - Migrates the `serverless-lambda-layers` sample to `lambda-layers` directory - Add a new terraform lambda layers sample, forked from @joe4dev's example — https://github.com/joe4dev/localstack-lambda-layer-python-terraform-sample ## TODO - [ ] Add...
## Description ### Usage A dataset config secret is required. The `make run` already adds one: ```json { "url": "https://gist.githubusercontent.com/netj/8836201/raw/6f9306ad21398ea43cba4f7d537619d0e07d5ae3/iris.csv", "name": "iris.data", "feature_columns": ["sepal.length", "sepal.width", "petal.length", "petal.width"], "target_column": "variety" }...
LocalStack recently introduced Lambda Debug Mode. A preview feature that aims at improving the development experience of Lambda functions. The following changes propose the addition of sample projects to help...