티스토리 뷰
https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
Installing or updating the latest version of the AWS CLI - AWS Command Line Interface
When updating from a previous version, the unzip command prompts to overwrite existing files. To skip these prompts, such as with script automation, use the -u update flag for unzip. This flag automatically updates existing files and creates new ones as ne
docs.aws.amazon.com
msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi

AWS SAM CLI 설치 - AWS Serverless Application Model
sam명령으로AWS SAM CLI를 호출하기 위해 설치 프로그램은 선택한 설치/usr/local/bin/sam 폴더와 둘 중 하나/usr/local/aws-sam-cli/sam 또는 선택한 설치 폴더 사이에 심볼릭 링크를 자동으로 생성합니다.
docs.aws.amazon.com


터미널 재실행 후 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
- intellij
- Django
- SpringBoot
- Python
- terms
- springMVC
- jQuery
- JUnit
- COLAB
- Git
- AWS
- nodejs
- SQLAlchemy
- FLASK
- docker
- JPA
- tensorflow
- Mongo
- Java
- ERD
- React
- Mlearn
- Algorithm
- mariadb
- maven
- vscode
- KAFKA
- Oracle
- Eclipse
- database
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |