티스토리 뷰
https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi
터미널 재실행 후 sam --version
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: aws-actions/setup-sam@v2
- uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ap-northeast-2
- run: sam build --use-container
- run: sam deploy --no-confirm-changeset --no-fail-on-empty-changeset --stack-name aws-sam-cli-managed-default --resolve-s3 --capabilities CAPABILITY_IAM
'5. 파이썬' 카테고리의 다른 글
[파이썬] S3업로드 쿼리 (0) | 2023.11.11 |
---|---|
[파이썬] Vo 생성없이 카멜케이스로 리턴하기 (0) | 2023.11.10 |
Fast API: SQLAlchemy 에러 AttributeError: 'InstanceState' object has no attribute '_post_inspect' (0) | 2023.01.15 |
파이썬/패스트/2023-01-15/ ConnectionResetError: [Errno 104] (0) | 2023.01.15 |
파이썬/패스트/2021-01-14/ 도커컴포즈를 통해 실행할 때 모듈을 찾지 못하는 에러가 발생할 때 (0) | 2023.01.14 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- database
- terms
- SQLAlchemy
- COLAB
- docker
- mariadb
- Java
- Mongo
- intellij
- jQuery
- tensorflow
- Mlearn
- maven
- Python
- Git
- nodejs
- ERD
- vscode
- AWS
- springMVC
- React
- JUnit
- Eclipse
- Django
- FLASK
- Oracle
- JPA
- SpringBoot
- Algorithm
- KAFKA
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함