Difference between revisions of "LocalStack"
Jump to navigation
Jump to search
| Line 4: | Line 4: | ||
| − | * [[brew install localstack/tap/localstack-cli]] | + | * <code>[[brew install localstack/tap/localstack-cli]]</code> |
* <code>[[pip install localstack]]</code> | * <code>[[pip install localstack]]</code> | ||
Revision as of 06:33, 22 January 2025
wikipedia:LocalStack provides a test/mocking framework for developing Cloud applications. It spins up a testing environment on your local machine that provides the same functionality and APIs as the real AWS cloud environment.
- Create a bucket:
aws --endpoint-url=http://localhost:4566 s3 mb s3://bucket-name.
Activities
Related
See also
Advertising: