
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
flywaymigrationconstruct
Advanced tools
Flyway is an opensource tool to easily evolve your db : https://flywaydb.org/
This AWS CDK construct allows you to scale your db schema with a lambda function.
The lambda function code is upload on S3 bucket "flywaymigrationconstruct". The construct retrieves the code on it according to the version of the construct.
You must pass arguments, most of which are optional and are parameters of your lambda function except two of them, which are environment variables.
warning: vpc, subnet and securitygroups are optional, but if one of them is provided, others must be too.
Migration DB SecretManager is the Secret of the DB you want to manage with Flyway. It has to have 6 arguments :
username : the username of your DB
password : the password of your DB
engine : the type of your db (Redshift, Aurora MySQL, ...)
host: the host of your DB
port: the port of your DB
dbname: the name of your DB
Bucket Migration SQL is the S3 Bucket where you will put your SQL files (warning : you have to comply with the naming pattern of Flyway).
PyPI: https://pypi.org/project/flywaymigrationconstruct/
npmjs: https://www.npmjs.com/package/flywaymigrationconstruct
Flyway Migration Construct manages the lambda function permissions for the secret and the bucket.
Warning : Version 0.3.0 only allows DB on Amazon Redshift, MySQL, PostgreSQL and SAP HANA.
FAQs
flywaymigrationconstruct
We found that flywaymigrationconstruct demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.