Difference between revisions of "LocalStack"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* https://github.com/localstack/localstack | * https://github.com/localstack/localstack | ||
* http://localhost:4566 | * http://localhost:4566 | ||
+ | |||
+ | |||
+ | * <code>[[brew install localstack/tap/localstack-cli]]</code> | ||
+ | * <code>[[brew install awscli-local]]</code> | ||
+ | |||
* <code>[[pip install localstack]]</code> | * <code>[[pip install localstack]]</code> | ||
Line 9: | Line 14: | ||
* <code>[[localstack status services]]</code> | * <code>[[localstack status services]]</code> | ||
+ | * [[Terraform localstack provider configuration]] | ||
− | |||
+ | * Create a bucket: | ||
+ | ** <code>aws [[--endpoint-url]]=http://localhost:4566 s3 mb s3://bucket-name.</code> | ||
+ | ** [[awslocal]] .../... | ||
* [[Terraform localstack]] | * [[Terraform localstack]] |
Latest revision as of 10:14, 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.
- awslocal .../...
Activities[edit]
Related[edit]
See also[edit]
Advertising: