0
votes

I need to write a Lambda function to index dynamodb table data into CloudSearch using Python. Is it possible to write the code inline and not create a separate deployment package for the same. I am completely new to AWS.

2

2 Answers

0
votes

It should be possible to write the Lambda function inline since the AWS SDK for Python (boto3) is included in the Lambda environment.