Never deploy AWS CDK Stacks in wrong account again

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Task

    A task runner / simpler Make alternative written in Go

    # https://taskfile.dev version: '3' env: CDK_DEFAULT_REGION: eu-west-1 vars: region: eu-west-1 account: sh: aws sts get-caller-identity --query Account --output text accountdev: accounttest: accountprod: 555555555555 # CDK Version version: v2.0.0-rc.7 tasks: deploy-prod: desc: deploy Lambda/Reporting Stack cmds: - export CDK_DEFAULT_ACCOUNT={{.account}} && npx cdk@{{.version}} deploy reporting preconditions: - sh: "[ '{{.account}}' = '{{.accountprod}}' ]" msg: "Account nicht prod, Halting"

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts