https://github.com/humbertodias/bedrock-localstack
Testing bedrock service using localstack
https://github.com/humbertodias/bedrock-localstack
aws-bedrock localstack python
Last synced: about 2 months ago
JSON representation
Testing bedrock service using localstack
- Host: GitHub
- URL: https://github.com/humbertodias/bedrock-localstack
- Owner: humbertodias
- License: mit
- Created: 2025-03-30T12:37:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-02T18:37:46.000Z (6 months ago)
- Last Synced: 2025-08-11T09:07:56.695Z (about 2 months ago)
- Topics: aws-bedrock, localstack, python
- Language: Makefile
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learning
Studying Bedrock functionalities
## LocalStack
start
```shell
echo 'LOCALSTACK_AUTH_TOKEN=SECRET' > .env
docker compose up -d
```
Take the secret on https://app.localstack.cloud/settings/auth-tokens[awscli](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)
```shell
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
```alias
```shell
aws configure --profile localstack <