Skip to content

Instantly share code, notes, and snippets.

@richardgrantserverless
Created June 2, 2022 22:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richardgrantserverless/33cabd7b0aef643f1e407e206e977b72 to your computer and use it in GitHub Desktop.
Save richardgrantserverless/33cabd7b0aef643f1e407e206e977b72 to your computer and use it in GitHub Desktop.
custom:
  alexa:
    vendorId: ${env:AMAZON_VENDOR_ID}
    clientId: ${env:AMAZON_CLIENT_ID}
    clientSecret: ${env:AMAZON_CLIENT_SECRET}
    skills:
      - id: ${env:ALEXA_SKILL_ID}
        manifest:
          publishingInformation:
            locales:
              en-US:
                name: sample
apis:
custom:
endpoint:
uri: arn:aws:lambda:region:account-id:function:function-name
          manifestVersion: '1.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment