Create a Lambda Function
Learn to create a Lambda function that will write data to S3.
We'll cover the following...
We created an S3 bucket in the previous lesson. Let’s write a Lambda function to store some data in it.
Package batch function implementation
We'll write the Lambda function in the packageBatch.ts
file, which is opened in the project ...