https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-custom-domain-tls-version.html
https://help.boomi.com/docs/atomsphere/integration/integration%20management/r-atm-release_control_scheduling_panel_561dc2b7-3beb-49aa-91a4-8d0f6ed95685/
https://help.boomi.com/docs/Atomsphere/Platform/atm-Runtime_and_Atomsphere_releases_8aa6b48e-b0b6-4382-8ffa-a7cf23f0314f
.mcp.json
{
"mcpServers": {
"aws-documentation": {
"type": "stdio",
"command": "uvx",
"args": ["awslabs.aws-documentation-mcp-server@latest"],
"env": {
"AWS_PROFILE": "${AWS_PROFILE:-default}",
"FASTMCP_LOG_LEVEL": "ERROR"
}
}
}
}
設定 → Windows Update → 詳細オプション →「Microsoftの他の製品の更新プログラムを受け取る」をオフ
docker rm $(docker ps -a -q --filter ancestor=hello-world) docker rmi hello-world
Tmp¶
https://qiita.com/zenden/items/f5d2dc523c0abcee8077
https://dev.classmethod.jp/articles/ec2/
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/
https://catalog.us-east-1.prod.workshops.aws/workshops/abd92795-9a36-4e63-a115-ad04f483248c/ja-JP
grep -R -n -i \ -E 'SELECT |INSERT |UPDATE |DELETE |FROM |WHERE ' \ /opt/boomi/<対象ディレクトリ> \ 2>/dev/null
Amazon Aurora MySQL3.04(Community MySQL 8.0.28 との互換性)のEOLに伴い、Aurora MySQL3.10 (Community MySQL 8.0.42 との互換性)へのアップグレードを検討しています。 注意しなければならない変更点を教えて下さい。