Skip to main content

A package for managing credentials

Project description

localstack

locakstackを利用することで、AWSのリソースをローカルで扱うことができる。

利用のための準備

~/.aws/credentialsに、以下のようなアカウントを作成

[localstack]
aws_access_key_id = dummy
aws_secret_access_key = dummy
region=ap-northeast-1

利用例

aws --endpoint-url=http://localhost:4567 --profile localstack {awsコマンド}

たとえばS3バケットを作成した場合は、以下のようなコマンドを実行する。

# バケット作成
aws --endpoint-url=http://localhost:4567 --profile localstack s3 mb s3://credold-sample

# バケット一覧表示
aws --endpoint-url=http://localhost:4567 --profile localstack s3 ls

PyPi

python setup.py sdist bdist_wheel

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

credold-0.1.0.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

credold-0.1.0-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page