Skip to content

Move Lambdas to New Account

Transfer OCR and emailer Lambda functions to new AWS account (remain as Lambda).

  • Inventory Lambda functions and their configurations
  • Export function code and dependencies
  • Create Lambda functions in new account via IaC
  • Configure triggers (API Gateway, S3, EventBridge, etc.)
  • Set up IAM roles and policies in new account
  • Update any cross-service references
  • Test function execution in new account
  • Update DNS/endpoints if applicable
  • Decommission old functions after validation

Open questions:

  • What triggers do each Lambda use?
  • Are there VPC configurations to replicate?
  • What secrets/environment variables need to be migrated?