Difference between revisions of "LocalStack"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
[[localstack start -d]] | [[localstack start -d]] | ||
[[localstack status services]] | [[localstack status services]] | ||
+ | |||
+ | |||
+ | * Create a bucket: aws [[--endpoint-url]]=http://localhost:4566 s3 mb s3://bucket-name. | ||
Revision as of 09:36, 11 April 2022
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.
localstack start
localstack start -d localstack status services
- Create a bucket: aws --endpoint-url=http://localhost:4566 s3 mb s3://bucket-name.
Activities
Related
See also
Advertising: