Difference between revisions of "LocalStack"

From wikieduonline
Jump to navigation Jump to search
(Created page with "wikipedia:LocalStack")
 
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[wikipedia:LocalStack]]
+
[[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.
 +
* https://github.com/localstack/localstack
 +
* http://localhost:4566
 +
 
 +
 
 +
* [[brew install localstack/tap/localstack-cli]]
 +
* <code>[[pip install localstack]]</code>
 +
 
 +
* <code>[[localstack start]]</code>
 +
* <code>[[localstack start -d]]</code>
 +
* <code>[[localstack status services]]</code>
 +
 
 +
 
 +
* Create a bucket: <code>aws [[--endpoint-url]]=http://localhost:4566 s3 mb s3://bucket-name.</code>
 +
 
 +
 
 +
* [[Terraform localstack]]
 +
 
 +
== Activities ==
 +
* Read https://stackoverflow.com/questions/tagged/localstack?tab=Votes
 +
 
 +
== Related ==
 +
* <code>[[sam local]]</code>
 +
 
 +
== See also ==
 +
* {{localstack}}
 +
 
 +
[[Category:AWS]]

Latest revision as of 10:13, 3 September 2023

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.




Activities[edit]

Related[edit]

See also[edit]

Advertising: