docs icon indicating copy to clipboard operation
docs copied to clipboard

The LocalStack documentation 📖

Results 97 docs issues
Sort by recently updated
recently updated
newest added

This GitHub Action aims to generate a PR that updates the feature catalog Markdown file used[ here](https://docs.localstack.cloud/user-guide/aws/feature-coverage/) using the `features.yml` files from the LocalStack repository.

I'm building lambdas using localstack un VScode and wanted to try [remote debugging](https://docs.localstack.cloud/user-guide/lambda-tools/debugging/#debugging-python-lambdas) the provided launch config below results in VScode throwing an empty error window ```json { "version": "0.2.0",...

## Changes - Change SQS Standard queue `BatchSize` coverage from 🟡 to 🟢 - Change SQS/Kinesis/DynamoDB Streams `MaximumBatchingWindowInSeconds` coverage from 🟠 to 🟢

documentation

Could you please indicate that EventStudio is a "Preview" feature. I don't see it mentioned anywhere on https://docs.localstack.cloud/user-guide/tools/event-studio/. Thanks.

Updating Persistence Coverage Documentation based on the [Persistence Catalog](https://www.notion.so/localstack/Persistence-Catalog-a9e0e5cb89df4784adb4a1ed377b3c23) on Notion.

This PR updates docs for some services by fixing inaccurate information and rephrasing certain other stuff.

I've bneen searching for days to try and find how to get serverless to do this. Not saying possibly it wasn't obvious in hindsight, but certainly a lot of people...

- given early feedback from customer, providing the aws credentials was confusing. I clearly separated the 2 methods, `aws-cli v2` vs other. And removed the "eval" callout as it just...

Port info is missing, also it required environment variable change in LocalStack to listen on port 80 by setting the environment variable: GATEWAY_LISTEN=:4566,:80,:443

Update Lambda troubleshooting to add workaround for Podman on MacOS

needs response