Difference between revisions of "LocalStack"

From wikieduonline
Jump to navigation Jump to search
 
(9 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>
  
[[localstack start]]
+
* <code>[[localstack start]]</code>
 +
* <code>[[localstack start -d]]</code>
 +
* <code>[[localstack status services]]</code>
 +
 
 +
* [[Terraform localstack provider configuration]]
  
[[localstack start -d]]
 
[[localstack status services]]
 
  
 +
* Create a bucket:
 +
** <code>aws [[--endpoint-url]]=http://localhost:4566 s3 mb s3://bucket-name.</code>
 +
** [[awslocal]] .../...
  
 
* [[Terraform localstack]]
 
* [[Terraform localstack]]
Line 16: Line 26:
 
* Read https://stackoverflow.com/questions/tagged/localstack?tab=Votes
 
* Read https://stackoverflow.com/questions/tagged/localstack?tab=Votes
  
 +
== Related ==
 +
* <code>[[sam local]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 10:14, 22 January 2025

Advertising: