- Rain の fig 対応
- serverless-glue の Glue version 4 対応
- Serverless Framework の AWS Lambda Python 3.10 対応 issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is free and unencumbered software released into the public domain. | |
Anyone is free to copy, modify, publish, use, compile, sell, or | |
distribute this software, either in source code form or as a compiled | |
binary, for any purpose, commercial or non-commercial, and by any | |
means. | |
In jurisdictions that recognize copyright laws, the author or authors | |
of this software dedicate any and all copyright interest in the | |
software to the public domain. We make this dedication for the benefit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
# 設定 | |
token = '' # あなたのPersonal Access Tokenを設定してください | |
organization = '' # 調べたいOrganization名を設定してください | |
user = '' # 調べたいGitHubユーザー名を設定してください | |
start_date = '2023-09-01' # 開始日 | |
end_date = '2024-02-29' # 終了日 | |
headers = {'Authorization': f'token {token}'} |
bc
sudo -s
sudo su -
sudo apt update
sudo apt install manpages-ja
sudo apt install manpages-ja-dev
sudo apt install language-pack-ja
sudo update-locale LANG=ja_JP.UTF-8
sudo apt install gawk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ anyenv update | |
$ pyenv install --list | |
$ pyenv install 3.9.7 # 入れたいバージョン | |
$ pyenv local 3.9.7 # 使いたいバージョン | |
$ pipenv --python $(cat .python-version) # pipenv で使うバージョン、仮想環境も更新 |
この試験で評価する能力は次のとおりです。
- AWS における、動的なスケーラビリティ、高可用性、フォールトトレランス、信頼性を備えたアプリケーションの設計およびデプロイ
- 与えられた要件に基づいてアプリケーションを設計およびデプロイするための、適切な AWSサービスの選択
- AWS における複雑な多層アプリケーションの移行
- AWS におけるエンタープライズ全体のスケーラブルな運用の設計およびデプロイ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/t3yamoto/dev-work/src/github.com/serverworks-annex/sls-python-boilerplate/.github/workflows/deployment.yml","entries":[{"id":"yVNY.yml","timestamp":1657621847992}]} |
ffff