A CDK Construct for Importing Amazon Lex Bots
To add on to the previous [article](https://subaud.io/importing-an-amazon-lex-bot-with-cdk/) that described how to import an Amazon Lex Bot with...
To add on to the previous [article](https://subaud.io/importing-an-amazon-lex-bot-with-cdk/) that described how to import an Amazon Lex Bot with...
Amazon Lex Bots are a way to use natural language conversational interfaces that can be used through a variety of integrations such as Facebook...
This example will build a CDK Pipeline that will build a backend and frontend and then pass API Gateway URL information from the backend to the...
Cloud-init is a powerful way of configuring an EC2 instance. CDK can create an EC2 instance and use cloud-init to pass dynamically created...
CDK Constructs are a great way to create reusable and flexible code for yourself and others. projen makes it easy to create and publish the...
Managing multiple AWS accounts with AWS CLI can be a challenge. Here is how I set up my macOS terminal. This configuration will set up a...