Skip to content

Commit

Permalink
Update cdk-introduction.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kyopark2014 authored Jul 9, 2022
1 parent 448c5c7 commit ebc5cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $ aws sts get-caller-identity --query Account --output text
또는 아래 명령어도 가능합니다.

```c
echo `aws sts get-caller-identity | jq '.Account'`
$ echo `aws sts get-caller-identity | jq '.Account'`


aws-cdk-lib를 수동으로 Upgrade를 해줍니다.
Expand Down

0 comments on commit ebc5cf2

Please sign in to comment.