AWS Lambda just got a smoother ride to prod. There’s now a native GitHub Actions integration—no more DIY scripts to ship your serverless.
On commit, the new action packages your code, wires up IAM via OIDC, and deploys using either .zip bundles or containers. All from a tidy, declarative GitHub workflow.
Bigger play: GitHub’s creeping further into CI/CD territory for serverless. Less glue code. Fewer moving parts. More “just push it.”