Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Python SDK for LocalStack

License

NotificationsYou must be signed in to change notification settings

localstack/localstack-sdk-python

Repository files navigation

PyPI versionIntegration Tests

This is the Python SDK for LocalStack.LocalStack offers a number of developer endpoints (seedocs).This SDK provides a programmatic and easy way to interact with them.

Warning

This project is still in a preview phase and will be subject to fast and breaking changes.

Project Structure

This project is composed by two Python packages:

  • packages/localstack-sdk-generated: generated from the LocalStack's OpenAPI specs withopenapi-generator.The LocalStack's OpenAPI specs are available inlocalstack/openapi.This package is not meant to be manually modified, as it needs to be generated every time from the specs.
  • localstack-sdk-python: the user-facing SDK that consumedlocalstack-sdk-generated as its main dependency.

Installation

You can install the LocalStack Python SDK withpip:

pip install localstack-sdk-python

From Source

This project usesuv as a package manager.On a Unix system, you can installuv with the standalone installer:

curl -LsSf https://astral.sh/uv/install.sh| sh

Onceuv is installed, you can install the project from source with:

make install

To run the integration test suite:

maketest

Note that LocalStack Pro (with the same version as the SDK) should be running in the background to execute the test.

Quickstart

To get started with our SDK, check out theofficial documentation on https://docs.localstack.cloud.You'll find comprehensive guides and detailed code samples that demonstrate how to use the various features providedby the SDK.


[8]ページ先頭

©2009-2025 Movatter.jp