Advertisement
peachyontop

Amazon Api Via CLI

Mar 25th, 2024
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. aws apigateway create-rest-api \
  2.         --name 'Root User (AWS CLI, Private)' \
  3.         --description 'Root User API' \
  4.         --region us-west-2 \
  5.         --endpoint-configuration '{ "types": ["PRIVATE"] }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement