Skip to content

Commit 679b22f

Browse files
author
Alex Melnyk
committed
formatting for bash script
1 parent ac10b4f commit 679b22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ set_package_logger()
5959
Powertools is also available as a layer and is distributed via the [Serverless Application Repository](https://docs.aws.amazon.com/serverlessrepo/latest/devguide/what-is-serverlessrepo.html).
6060
Create the layer via API with:
6161

62-
```
62+
```bash:title=bash-script
6363
aws serverlessrepo create-cloud-formation-change-set --application-id arn:aws:serverlessrepo:eu-west-1:057560766410:applications/aws-lambda-powertools-python-layer --stack-name YOUR_STACK_NAME --capabilities CAPABILITY_NAMED_IAM
6464
CHANGE_SET_ID=$(aws cloudformation list-change-sets --stack-name YOUR_STACK_NAME --query 'Summaries[*].ChangeSetId' --output text)
6565
aws cloudformation wait change-set-create-complete --change-set-name $CHANGE_SET_ID

0 commit comments

Comments
 (0)