Implement an Amazon Kinesis Producer/Consumer with Lambda and the JavaScript SDK
In this lab, you’ll practice working with Amazon Kinesis using Lambda and the AWS JavaScript SDK. When you’re finished with this lab, you’ll have created a Kinesis producer using the JavaScript SDK, and a Kinesis consumer using Lambda.
Terms and conditions apply.
Lab info
Lab author
Challenge
Use the Cloud9 Environment
Set up Cloud9 for your application.
Challenge
Create a Stream Using JavaScript
Create a Kinesis Data Stream Using the AWS JavaScript SDK.
Challenge
Configure Lambda Permissions
Set permissions for Lambda to access a Kinesis Data Stream.
Challenge
Implement a Lambda Kinesis Consumer
Create a Kinesis consumer using Lambda.
Challenge
Implement a Kinesis Producer Using JavaScript
Create a Kinesis producer using the AWS JavaScript SDK.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.
Recommended prerequisites
- Amazon Kinesis Data Streams
- AWS Lambda
- AWS JavaScript SDK