Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws-samples/amazon-rds-init-cdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: localstack-samples/sample-cdk-rds-database-initialization
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 25 files changed
  • 5 contributors

Commits on May 24, 2023

  1. configure sample to work with LocalStack (#1)

    * run sample against LocalStack + add query-lambda function for testing
    
    * polish readme, add license note, add Makefile
    
    * add sample workflow
    
    * README updates
    
    * add diagram for the application architecture
    
    * replace diagram with a better centered one
    
    * fix nits
    
    * Update README.md
    
    Co-authored-by: steffyP <steffyP@users.noreply.github.com>
    
    * Update README.md
    
    Co-authored-by: steffyP <steffyP@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: AncaGhenade <ancaghenade@gmail.com>
    Co-authored-by: HarshCasper <erbeusgriffincasper@gmail.com>
    3 people authored May 24, 2023
    Configuration menu
    Copy the full SHA
    9122524 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    ad064c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    3a1d514 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Add contributing (#5)

    * Update CONTRIBUTING.md
    
    * Update CODE_OF_CONDUCT.md
    
    * Update README.md
    tinyg210 authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    56536f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    2f5bde9 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    5ba7da5 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    4a848f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. Configuration menu
    Copy the full SHA
    8c61ca3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. Upgrade to AWS CDK v2 & AWS SDK v3 (#11)

    * get initial migration done
    
    * upgrade to aws sdk v3
    HarshCasper authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    1571297 View commit details
    Browse the repository at this point in the history
  2. add integration tests (#12)

    * add integration tests
    
    * fix
    HarshCasper authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    b523198 View commit details
    Browse the repository at this point in the history
  3. revamp the ci workflows (#13)

    * upgrade ci workflows to node 22
    
    * add a keepalive workflow
    
    * create a cloud pods workflow
    
    * remove visibility flag
    
    * add npm caching
    
    * don't ignore package-lock
    
    * run cloud pods action only on push, cron and workflow dispatch
    
    * rename main workflow
    HarshCasper authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    9a4e5a3 View commit details
    Browse the repository at this point in the history
  4. fix the cloud pod tests workflow (#14)

    * fix the cloud pod tests workflow
    
    * run on pr
    
    * add jest timeout instead
    
    * final tests done
    
    * final tests done
    HarshCasper authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    26f24bd View commit details
    Browse the repository at this point in the history
  5. revamp the makefile (#15)

    * revamp the makefile
    
    * setup cdk and cdklocal
    HarshCasper authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    4dd3a0d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. revamp the README (#16)

    * revamp the README
    
    * fix reade
    
    * add a make run now
    
    * give some time
    
    * update the doc
    
    * Update README.md
    HarshCasper committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    5a557be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfc2ec8 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. Add LocalStack for AWS license requirement (#17)

    * Add LocalStack for AWS license requirement to prerequisites
    
    * Hyperlink LOCALSTACK_AUTH_TOKEN and clean up localstack CLI prerequisite
    
    * trigger CI
    
    * Add auth token guard to start target
    HarshCasper authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    69d99ad View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

  1. fix: make RDS initializer wait for DB readiness (#18)

    * fix: retry DB connection in RDS init lambda
    
    * fix: wait for secret attachment before DB init
    HarshCasper authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    e7459ba View commit details
    Browse the repository at this point in the history
Loading