Tmp¶
pip install aws-bedrock-token-generator
from aws_bedrock_token_generator import provide_token
token = provide_token()
print(f"Token: {token}")
python3 -c "
from aws_bedrock_token_generator import provide_token
token = provide_token()
print(f'Token: {token}')
"
https://dev.classmethod.jp/articles/aidd-practice-classmethod/
npm install -g @anthropic-ai/claude-code
claude mcp add aws-documentation-mcp-server uvx "awslabs.aws-documentation-mcp-server@latest"
sudo apt-get install -y python3 python3-pip python3-venv python-is-python3
https://docs.perplexity.ai/docs/sonar/models
https://dev.classmethod.jp/articles/amazon-aurora-mysql-3-10-as-long-term-support-release/
https://blog.denet.co.jp/tried-aurora-zero-downtime-patching/
WSのAPI Gateway(HTTP API)が400のレスポンスを返却することはありますか?
Cognito UserpoolでB2BのOAuth2で認証しています。