An open API service indexing awesome lists of open source software.

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

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 <