CellPilot / aws /dist /awscli /examples /apigateway /create-api-key.rst
philippendres's picture
Upload folder using huggingface_hub
907462b verified
Raw
History Blame Contribute Delete
235 Bytes
**To create an API key that is enabled for an existing API and Stage**
Command::
aws apigateway create-api-key --name 'Dev API Key' --description 'Used for development' --enabled --stage-keys restApiId='a1b2c3d4e5',stageName='dev'