amazon-archives / aws-amplify-serverless-plugin

Plugin for the Serverless Framework to output AWS Amplify configuration files.
Apache License 2.0
124 stars 30 forks source link

Support Lex #16

Open adrianhall opened 5 years ago

adrianhall commented 5 years ago

Lex configuration is:

Lex: {
  botName: {
    Name: botName,
    Alias: '$LATEST',
    Region: 'region'
  }
}
adrianhall commented 5 years ago

Lex is not supported in CloudFormation right now - will revisit once CloudFormation support is added.