From the course: Java: Serverless Applications on AWS
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Explore and invoke Lambda function on AWS Console
From the course: Java: Serverless Applications on AWS
Explore and invoke Lambda function on AWS Console
- [Instructor] So far, we use the AWS Toolkit to do a lot of tedious work of deploying and invoking our Lambda functions, but it is also good to know what is happening behind the scenes. Moreover, automation tools can fail, so it's always useful to be aware of other methods to manage Lambda functions. So let's look into the web console. You need to search for the Lambda section. Let's explore how our deployment has been reflected, and how we can trigger our Lambda application on AWS Console. Make sure you're logged into the same region you also used in IntelliJ. What you can see is we have two functions, one deployed with IntelliJ toolkit wizard, where we manually specified runtime, memory and time out, and another one that came from the SAM template. We can also track the SAM template by clicking on Applications. The Applications page is a list of artifacts that have deployed using infrastructure as code,…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.