Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

407
Views
migrations (structure updates) for dynamodb

Just start to work with AWS lambda and DynamoDB, and can't understand is it possible to setup some kind of migration tool like liquibase or flyway. My goal is upload lambda function to cloud, and be sure that my dynamodb instance contain latest changes, or will create all required tables.

For now I can find only ways how to create table in dynamodb, and I suppose that create and update is similar operations. But I can't understand how to run this code with lambda update. Also, I will have many lambda functions, and most probably all of them will use same tables. Is there way, how to configure it? How to manage state of dynamodb? Or I should just adjust dynamodb instance from aws UI?

Any suggestions appreciated.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

DynamoDB is not the best option for strong-schemed migration-ready DB usage. But, the whole infrastructure can be easily maintained using CloudFormation templates (or, what I suggest more, SAM/CDK). What can You achieve using CF? I one single stack update You can add/remove DDB tables, change indexes, change permissions for resources, update lambda code, and many more. If anything fails it will be rollbacked to a previous, stable state. Please check this out: AWS SAM AWS CDK

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!