diff --git a/_chapters/secure-our-serverless-apis.md b/_chapters/secure-our-serverless-apis.md index 969a936d9..9c7ac1202 100644 --- a/_chapters/secure-our-serverless-apis.md +++ b/_chapters/secure-our-serverless-apis.md @@ -119,7 +119,7 @@ While this might look intimidating, just keep in mind that behind the scenes all If you are on Windows, you can use the command below. The spaces between each option are very important. ```bash -$ pnpm dlx aws-api-gateway-cli-test --username admin@example.com --password Passw0rd! --user-pool-id --app-client-id --cognito-region --identity-pool-id --invoke-url --api-gateway-region --path-template /notes --method POST --body '{""content\":\"hello world\",\"attachment\":\"hello.jpg\"}' +$ pnpm dlx aws-api-gateway-cli-test --username admin@example.com --password Passw0rd! --user-pool-id --app-client-id --cognito-region --identity-pool-id --invoke-url --api-gateway-region --path-template /notes --method POST --body "{\"content\":\"hello world\",\"attachment\":\"hello.jpg\"}" ``` {%endinfo%}