https://github.com/bigbuildbench/localstack_localstack

https://github.com/bigbuildbench/localstack_localstack

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.8%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: BigBuildBench
  • License: other
  • Language: Python
  • Default Branch: master
  • Size: 0 Bytes
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing Funding License Code of conduct Codeowners

README.md

:zap: We are thrilled to announce the release of LocalStack 3.7 :zap:

LocalStack - A fully functional local cloud stack

CircleCI Coverage Status PyPI Version Docker Pulls PyPi downloads Backers on Open Collective Sponsors on Open Collective PyPI License Code style: black Ruff Twitter

LocalStack is a cloud software development framework to develop and test your AWS applications locally.

OverviewInstallQuickstartRunUsageReleasesContributing
📖 Docs💻 Pro version☑️ LocalStack coverage


Overview

LocalStack is a cloud service emulator that runs in a single container on your laptop or in your CI environment. With LocalStack, you can run your AWS applications or Lambdas entirely on your local machine without connecting to a remote cloud provider! Whether you are testing complex CDK applications or Terraform configurations, or just beginning to learn about AWS services, LocalStack helps speed up and simplify your testing and development workflow.

LocalStack supports a growing number of AWS services, like AWS Lambda, S3, Dynamodb, Kinesis, SQS, SNS, and many more! The Pro version of LocalStack supports additional APIs and advanced features. You can find a comprehensive list of supported APIs on our ☑️ Feature Coverage page.

LocalStack also provides additional features to make your life as a cloud developer easier! Check out LocalStack's User Guides for more information.

Install

The quickest way get started with LocalStack is by using the LocalStack CLI. It enables you to start and manage the LocalStack Docker container directly through your command line. Ensure that your machine has a functional docker environment installed before proceeding.

Brew (macOS or Linux with Homebrew)

Install the LocalStack CLI through our official LocalStack Brew Tap:

bash brew install localstack/tap/localstack-cli

Binary download (MacOS, Linux, Windows)

If Brew is not installed on your machine, you can download the pre-built LocalStack CLI binary directly:

  • Visit localstack/localstack-cli and download the latest release for your platform.
  • Extract the downloaded archive to a directory included in your PATH variable:
    • For MacOS/Linux, use the command: sudo tar xvzf ~/Downloads/localstack-cli-*-darwin-*-onefile.tar.gz -C /usr/local/bin

PyPI (MacOS, Linux, Windows)

LocalStack is developed using Python. To install the LocalStack CLI using pip, run the following command:

bash python3 -m pip install localstack

The localstack-cli installation enables you to run the Docker image containing the LocalStack runtime. To interact with the local AWS services, you need to install the awslocal CLI separately. For installation guidelines, refer to the awslocal documentation.

Important: Do not use sudo or run as root user. LocalStack must be installed and started entirely under a local non-root user. If you have problems with permissions in macOS High Sierra, install with pip install --user localstack

Quickstart

Start LocalStack inside a Docker container by running:

```bash % localstack start -d

 __                     _______ __             __
/ /   ____  _________ _/ / ___// /_____ ______/ /__

/ / / __ \/ / _ / /\__ \/ __/ __/ __/ /// / // // / // /_/ / // / // // / // ,< /_/_/_/_,/_///_/_,_/_//||

💻 LocalStack CLI 3.7.0 👤 Profile: default

[12:47:13] starting LocalStack in Docker mode 🐳 localstack.py:494 preparing environment bootstrap.py:1240 configuring container bootstrap.py:1248 starting container bootstrap.py:1258 [12:47:15] detaching bootstrap.py:1262 ```

You can query the status of respective services on LocalStack by running:

bash % localstack status services ┏━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┓ ┃ Service ┃ Status ┃ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━┩ │ acm │ ✔ available │ │ apigateway │ ✔ available │ │ cloudformation │ ✔ available │ │ cloudwatch │ ✔ available │ │ config │ ✔ available │ │ dynamodb │ ✔ available │ ...

To use SQS, a fully managed distributed message queuing service, on LocalStack, run:

shell % awslocal sqs create-queue --queue-name sample-queue { "QueueUrl": "http://sqs.us-east-1.localhost.localstack.cloud:4566/000000000000/sample-queue" }

Learn more about LocalStack AWS services and using them with LocalStack's awslocal CLI.

Running

You can run LocalStack through the following options:

Usage

To start using LocalStack, check out our documentation.

To use LocalStack with a graphical user interface, you can use the following UI clients:

Releases

Please refer to GitHub releases to see the complete list of changes for each release. For extended release notes, please refer to the LocalStack Discuss.

Contributing

If you are interested in contributing to LocalStack:

We are thankful for all the contributions and feedback we receive.

Get in touch

Get in touch with the LocalStack Team to report 🐞 issues, upvote 👍 feature requests, 🙋🏽 ask support questions, or 🗣️ discuss local cloud development:

Contributors

We are thankful to all the people who have contributed to this project.

Backers

We are also grateful to all our backers who have donated to the project. You can become a backer on Open Collective.

Sponsors

You can also support this project by becoming a sponsor on Open Collective. Your logo will show up here along with a link to your website.

License

Copyright (c) 2017-2024 LocalStack maintainers and contributors.

Copyright (c) 2016 Atlassian and others.

This version of LocalStack is released under the Apache License, Version 2.0 (see LICENSE). By downloading and using this software you agree to the End-User License Agreement (EULA).

Owner

  • Name: BigBuildBench
  • Login: BigBuildBench
  • Kind: organization

abbr. B3, benchmarking the repo-level understanding capability of your LLMs by reconstructing project build-file.

GitHub Events

Total
  • Delete event: 1
  • Issue comment event: 6
  • Push event: 1
  • Pull request event: 4
  • Create event: 6
Last Year
  • Delete event: 1
  • Issue comment event: 6
  • Push event: 1
  • Pull request event: 4
  • Create event: 6

Dependencies

.github/workflows/asf-updates.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • juliangruber/read-file-action v1 composite
  • mad9000/actions-find-and-replace-string 4 composite
  • peter-evans/create-pull-request v7 composite
.github/workflows/dockerhub-description.yml actions
  • actions/checkout v4 composite
  • peter-evans/dockerhub-description v4 composite
.github/workflows/marker-report-issue.yml actions
  • JasonEtco/create-an-issue v2 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
.github/workflows/marker-report.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/pr-cla.yml actions
  • cla-assistant/github-action v2.5.1 composite
.github/workflows/pr-enforce-no-major-master.yml actions
.github/workflows/pr-enforce-no-major-minor-master.yml actions
.github/workflows/pr-enforce-pr-labels.yml actions
.github/workflows/pr-welcome-first-time-contributors.yml actions
  • actions/github-script v7 composite
.github/workflows/rebase-release-prs.yml actions
  • actions/github-script v7 composite
  • peter-evans/rebase v3 composite
.github/workflows/rebase-release-targeting-prs.yml actions
  • actions/github-script v7 composite
  • peter-evans/rebase v3 composite
.github/workflows/stale-bot.yml actions
.github/workflows/sync-labels.yml actions
.github/workflows/sync-project.yml actions
.github/workflows/tests-bin.yml actions
  • EnricoMi/publish-unit-test-result-action v2 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
.github/workflows/tests-cli.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • localstack/tinybird-workflow-push v3 composite
.github/workflows/tests-podman.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • localstack/tinybird-workflow-push v3 composite
.github/workflows/tests-pro-integration.yml actions
  • EnricoMi/publish-unit-test-result-action v2 composite
  • actions/cache v4 composite
  • actions/cache/restore v4 composite
  • actions/cache/save v4 composite
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/github-script v7 composite
  • actions/setup-java v4 composite
  • actions/setup-node v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
  • hashicorp/setup-terraform v3 composite
  • jlumbroso/free-disk-space v1.3.1 composite
  • localstack/tinybird-workflow-push v3 composite
.github/workflows/tests-s3-image.yml actions
  • EnricoMi/publish-unit-test-result-action v2 composite
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
  • docker/login-action v3 composite
  • geekyeggo/delete-artifact v5 composite
  • localstack/tinybird-workflow-push v3 composite
.github/workflows/upgrade-python-dependencies.yml actions
.github/workflows/validate-codeowners.yml actions
  • actions/checkout v4 composite
  • mszostok/codeowners-validator v0.7.4 composite
tests/aws/services/lambda_/functions/common/introspection/provided/src/Cargo.lock cargo
  • 101 dependencies
tests/aws/services/lambda_/functions/common/introspection/provided/src/Cargo.toml cargo
tests/aws/services/lambda_/functions/common/uncaughtexception/provided/src/Cargo.lock cargo
  • adler 1.0.2
  • async-stream 0.3.3
  • async-stream-impl 0.3.3
  • autocfg 1.1.0
  • base64 0.13.0
  • bitflags 1.3.2
  • byteorder 1.4.3
  • bytes 1.1.0
  • cfg-if 1.0.0
  • crc32fast 1.3.2
  • crossbeam-channel 0.5.4
  • crossbeam-utils 0.8.8
  • flate2 1.0.23
  • fnv 1.0.7
  • futures-channel 0.3.21
  • futures-core 0.3.21
  • futures-sink 0.3.21
  • futures-task 0.3.21
  • futures-util 0.3.21
  • getrandom 0.2.6
  • hashbrown 0.11.2
  • hdrhistogram 7.5.0
  • hermit-abi 0.1.19
  • http 0.2.7
  • http-body 0.4.4
  • httparse 1.7.1
  • httpdate 1.0.2
  • hyper 0.14.18
  • indexmap 1.8.1
  • itoa 1.0.1
  • lambda_runtime 0.5.1
  • lambda_runtime_api_client 0.5.0
  • lazy_static 1.4.0
  • libc 0.2.153
  • lock_api 0.4.7
  • log 0.4.17
  • memchr 2.5.0
  • minimal-lexical 0.2.1
  • miniz_oxide 0.5.1
  • mio 0.8.11
  • nom 7.1.1
  • num-traits 0.2.15
  • num_cpus 1.13.1
  • parking_lot 0.12.0
  • parking_lot_core 0.9.3
  • pin-project 1.0.10
  • pin-project-internal 1.0.10
  • pin-project-lite 0.2.9
  • pin-utils 0.1.0
  • ppv-lite86 0.2.16
  • proc-macro2 1.0.37
  • quote 1.0.18
  • rand 0.8.5
  • rand_chacha 0.3.1
  • rand_core 0.6.3
  • redox_syscall 0.2.13
  • ryu 1.0.9
  • scopeguard 1.1.0
  • serde 1.0.137
  • serde_derive 1.0.137
  • serde_json 1.0.81
  • signal-hook-registry 1.4.0
  • slab 0.4.6
  • smallvec 1.8.0
  • socket2 0.4.4
  • syn 1.0.92
  • tokio 1.18.5
  • tokio-macros 1.7.0
  • tokio-stream 0.1.8
  • tokio-util 0.7.1
  • tower 0.4.12
  • tower-layer 0.3.1
  • tower-service 0.3.1
  • tracing 0.1.34
  • tracing-attributes 0.1.21
  • tracing-core 0.1.26
  • try-lock 0.2.3
  • unicode-xid 0.2.3
  • want 0.3.0
  • wasi 0.10.2+wasi-snapshot-preview1
  • wasi 0.11.0+wasi-snapshot-preview1
  • winapi 0.3.9
  • winapi-i686-pc-windows-gnu 0.4.0
  • winapi-x86_64-pc-windows-gnu 0.4.0
  • windows-sys 0.36.1
  • windows-sys 0.48.0
  • windows-targets 0.48.5
  • windows_aarch64_gnullvm 0.48.5
  • windows_aarch64_msvc 0.36.1
  • windows_aarch64_msvc 0.48.5
  • windows_i686_gnu 0.36.1
  • windows_i686_gnu 0.48.5
  • windows_i686_msvc 0.36.1
  • windows_i686_msvc 0.48.5
  • windows_x86_64_gnu 0.36.1
  • windows_x86_64_gnu 0.48.5
  • windows_x86_64_gnullvm 0.48.5
  • windows_x86_64_msvc 0.36.1
  • windows_x86_64_msvc 0.48.5
tests/aws/services/lambda_/functions/common/uncaughtexception/provided/src/Cargo.toml cargo
tests/aws/services/lambda_/functions/rust-lambda/Cargo.lock cargo
  • 110 dependencies
tests/aws/services/lambda_/functions/rust-lambda/Cargo.toml cargo
Dockerfile docker
  • base latest build
  • eclipse-temurin 11@sha256 build
  • python 3.11.10-slim-bookworm@sha256 build
docker-compose-pro.yml docker
  • localstack/localstack-pro latest
docker-compose.yml docker
  • localstack/localstack latest
tests/aws/services/lambda_/functions/common/endpointinjection_extra/provided/src/go.mod go
  • github.com/aws/aws-lambda-go v1.37.0
  • github.com/aws/aws-sdk-go v1.44.179
  • github.com/jmespath/go-jmespath v0.4.0
tests/aws/services/lambda_/functions/common/endpointinjection_extra/provided/src/go.sum go
  • github.com/aws/aws-lambda-go v1.37.0
  • github.com/aws/aws-sdk-go v1.44.179
  • github.com/davecgh/go-spew v1.1.0
  • github.com/jmespath/go-jmespath v0.4.0
  • github.com/jmespath/go-jmespath/internal/testify v1.5.1
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/yuin/goldmark v1.4.13
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
  • golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
  • golang.org/x/net v0.0.0-20190620200207-3b0461eec859
  • golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
  • golang.org/x/net v0.0.0-20220722155237-a158d28d115b
  • golang.org/x/net v0.1.0
  • golang.org/x/sync v0.0.0-20190423024810-112230192c58
  • golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
  • golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
  • golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
  • golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
  • golang.org/x/sys v0.1.0
  • golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
  • golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
  • golang.org/x/term v0.1.0
  • golang.org/x/text v0.3.0
  • golang.org/x/text v0.3.3
  • golang.org/x/text v0.3.7
  • golang.org/x/text v0.4.0
  • golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
  • golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e
  • golang.org/x/tools v0.1.12
  • golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v2 v2.2.8
tests/aws/services/lambda_/functions/common/uncaughtexception_extra/provided/src/go.mod go
  • github.com/aws/aws-lambda-go v1.34.1
tests/aws/services/lambda_/functions/common/uncaughtexception_extra/provided/src/go.sum go
  • github.com/aws/aws-lambda-go v1.34.1
  • github.com/davecgh/go-spew v1.1.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/testify v1.7.2
  • gopkg.in/yaml.v3 v3.0.1
tests/aws/services/lambda_/functions/common/echo/java/src/build.gradle maven
  • com.amazonaws:aws-lambda-java-core 1.2.3 implementation
  • org.slf4j:slf4j-nop 2.0.9 implementation
tests/aws/services/lambda_/functions/common/endpointinjection/java/src/build.gradle maven
  • software.amazon.awssdk:apache-client * compileOnly
  • com.amazonaws:aws-lambda-java-core 1.2.3 implementation
  • org.slf4j:slf4j-nop 2.0.9 implementation
  • software.amazon.awssdk:aws-crt-client * implementation
  • software.amazon.awssdk:netty-nio-client * implementation
  • software.amazon.awssdk:sqs * implementation
  • software.amazon.awssdk:url-connection-client * implementation
tests/aws/services/lambda_/functions/common/endpointinjection/java8.al2/src/build.gradle maven
  • software.amazon.awssdk:apache-client * compileOnly
  • com.amazonaws:aws-java-sdk-lambda * implementation
  • com.amazonaws:aws-java-sdk-sqs * implementation
  • com.amazonaws:aws-lambda-java-core 1.2.3 implementation
  • org.slf4j:slf4j-nop 2.0.9 implementation
  • software.amazon.awssdk:aws-crt-client * implementation
  • software.amazon.awssdk:netty-nio-client * implementation
  • software.amazon.awssdk:sqs * implementation
  • software.amazon.awssdk:url-connection-client * implementation
tests/aws/services/lambda_/functions/common/introspection/java/src/build.gradle maven
  • com.amazonaws:aws-lambda-java-core 1.2.3 implementation
  • org.slf4j:slf4j-nop 2.0.9 implementation
tests/aws/services/lambda_/functions/common/kinesis_sdkv2/java17/src/build.gradle maven
  • com.amazonaws:aws-lambda-java-core 1.2.3 implementation
  • org.slf4j:slf4j-nop 2.0.13 implementation
  • software.amazon.awssdk:kinesis * implementation
tests/aws/services/lambda_/functions/common/uncaughtexception/java/src/build.gradle maven
  • com.amazonaws:aws-lambda-java-core 1.2.3 implementation
  • org.slf4j:slf4j-nop 2.0.9 implementation
tests/aws/services/lambda_/functions/java/lambda_echo/build.gradle maven
  • com.amazonaws:aws-lambda-java-core 1.2.1 implementation
  • com.google.code.gson:gson 2.8.6 implementation
tests/aws/services/lambda_/functions/java/lambda_echo/pom.xml maven
  • com.amazonaws:aws-lambda-java-core 1.2.1
  • com.google.code.gson:gson 2.8.9
tests/aws/services/lambda_/functions/java/lambda_multiple_handlers/build.gradle maven
  • com.amazonaws:aws-lambda-java-core 1.2.1 implementation
  • com.google.code.gson:gson 2.8.6 implementation
tests/aws/serverless/package.json npm
  • serverless 2.48.0 development
  • serverless-localstack ^0.4.30 development
tests/aws/services/lambda_/functions/common/echo/dotnet/src/dotnet.csproj nuget
  • Amazon.Lambda.Core 2.2.0
  • Amazon.Lambda.Serialization.SystemTextJson 2.4.0
tests/aws/services/lambda_/functions/common/endpointinjection/dotnet/src/dotnet.csproj nuget
  • AWSSDK.SQS 3.7.300.11
  • Amazon.Lambda.Core 2.2.0
  • Amazon.Lambda.Serialization.SystemTextJson 2.4.0
tests/aws/services/lambda_/functions/common/introspection/dotnet/src/dotnet.csproj nuget
  • Amazon.Lambda.Core 2.2.0
  • Amazon.Lambda.Serialization.SystemTextJson 2.4.0
tests/aws/services/lambda_/functions/common/uncaughtexception/dotnet/src/dotnet.csproj nuget
  • Amazon.Lambda.Core 2.2.0
  • Amazon.Lambda.Serialization.SystemTextJson 2.4.0
localstack-core/localstack/logging/setup.py pypi
localstack-core/localstack/testing/pytest/cloudtrail_tracking/requirements-dev.txt pypi
  • boto3 >=1.26.133 development
  • moto >=4.1.9 development
  • mypy_boto3_s3 >=1.26.127 development
  • pytest ==6.2.5 development
localstack-core/localstack/testing/pytest/cloudtrail_tracking/requirements.txt pypi
  • aws-cdk-lib ==2.78.0 test
  • constructs >=10.0.0,<11.0.0 test
pyproject.toml pypi