iris2008 / iris2008.github.io

My Hexo Blog
0 stars 0 forks source link

My first blog | Iris' Blog #8

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

My first blog | Iris' Blog

NodeJsNodeJs is ready AWSAngular

https://iris2008.github.io/2020/12/09/My-first-blog/

iris2008 commented 3 years ago

AWS

Type: AWS::ApiGateway::UsagePlanKey

It seems that we use Type: AWS::ApiGateway::UsagePlanKey to associate APIKey with usage plan

Type: AWS::ApiGateway::UsagePlanKey
Properties:
  KeyId: !FindInMap [EnvVariables, Parameters, APIKeyId]
  KeyType: API_KEY
  UsagePlanId: !FindInMap [EnvVariables, Parameters, UsagePlanId]