-
Notifications
You must be signed in to change notification settings - Fork 1
[PRMP-399] Segment Lambda for DynamoDB Migration #456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b0500ad to
8f68efe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR implements a Lambda function for DynamoDB migration segmentation, creating the necessary infrastructure components to handle migration data processing.
- Adds a new Lambda function to handle DynamoDB migration segments
- Creates an S3 bucket to store migration segment data
- Configures the Lambda with appropriate IAM permissions and environment variables
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| infrastructure/variable.tf | Adds configuration variable for the migration segment store S3 bucket name |
| infrastructure/lambda-migration-dynamodb-segment.tf | Creates the migration Lambda function with S3 access permissions and timeout configuration |
| infrastructure/buckets.tf | Defines the S3 bucket module for storing migration segments with CORS and versioning enabled |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
SanjayChopraNHS
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of knowledge Q's from me - thanks
8c1c92b
Co-authored-by: Copilot <[email protected]>
8c1c92b to
6c576f8
Compare
|
Report for environment: ndr-devTerraform Initialization ⚙️
|



No description provided.