aws-samples/spark-on-aws-lambda

Create AWS SAM Cloudformation template to auto deploy the Spark on Lambda

JohnChe88 opened this issue · 2 comments

The objective is to create a SAM CloudFormation template that can automate the following tasks:

  • Build an image automatically
  • Sync it with AWS ECR
  • Create a Lambda function (with the option of creating an associated role if required)
  • Provide a VPC option
  • Allow access to the S3 folder
  • Define input and output folders
  • Specify the script location on S3.

By implementing this template, we aim to streamline the process and increase efficiency in these tasks.

Completed and tested and part of 0.2.0 release

Completed and tested and part of 0.2.0 release