From the course: Cloud Native Projects: AWS Serverless
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Challenge: Java - Amazon Web Services (AWS) Tutorial
From the course: Cloud Native Projects: AWS Serverless
Challenge: Java
(upbeat music) - [Instructor] So now it's time for you to do a challenge exercise using Java. We're going to actually use the same program that we used before, but we're going to use Request Response with this one, so we still need to go ahead and create objects. Again, the idea here is just to play with the technology, not to get too deep into all of the various triggers that you can execute. However, if you do want to use a trigger, this would be a great time to use something like SQS that can send a triggered event to your application. I highly encourage you to play with that if you choose to. So a refresher on our steps. You're going to create a Java program using Maven or Gradle. That link that I provided earlier has both options. It's going to be our simple coin flip program. You will input the number of flips to execute in your request. You will randomize your results or you use a random function to do heads and…
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.