From the course: AWS AI Automation Foundations: Command Line Interface (CLI) with Amazon Q in AWS CloudShell

Unlock this course with a free trial

Join today to access over 24,800 courses taught by industry experts.

CloudShell CDK with Amazon Q

CloudShell CDK with Amazon Q

- [Speaker] Here, we have a workflow diagram that shows how to build an Echo Lambda function with AWS CloudShell and CDK, while being assisted by Amazon Q. So to start with, first, we have the version check where I would say, ask CDK, what's going on? You know, how do I actually check for a CDK version? What are the different implications of it? And you should get some good information there. That's step one. Step two, I would ask about the project setup. And so this would be creating the directory structure, making sure you're painting the CDK version correctly. You're initializing your project with MPM. And then step three would be the deployment of your code. So this would be a Docker-based Lambda function. Also some simple deployment commands as well. And then having Q assist with IM roles. Finally at the very end would be testing and then clean up. So you would test with different payloads and different messages, and then you would test the Echo game functionality or whatever…

Contents