Skip to content

Write a Lamda function that is triggered when data is uploaded to the S3 bucket #28

@Selkubi

Description

@Selkubi

The function must be triggered when S3 bucket receives new data. And should do the following;

  1. Get the uploaded csv
  2. Parse the csv into its columns
  3. Create a unique experiment id since every new upload is a new experiment.
  4. Sends an email with the uploaded file info and the matching new experiment id

The metadata will be processed the same way once the experiment id is emailed to the user. The user must put the experiment id into the metadata file so that the metadata and the experiment can be matched when they are in DynamoDB

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions