@mongodbatlas-awscdk/cluster
Retrieves or creates clusters in any given Atlas organization
Retrieves or creates clusters in any given Atlas organization
Retrieves or creates custom-db-roles in any given Atlas organization
Retrieves or creates custom-dns-configuration-cluster-awss in any given Atlas organization
Retrieves or creates database-users in any given Atlas organization
AWS CDK Codepipeline Action construct to deploy website to s3 deleting old files
This construct is based on Aidan Steele's blog https://awsteele.com/blog/2021/09/15/aws-federation-comes-to-github-actions.html. Use this constuct to provision an AWS IAM OIDC identity provider and an IAM role that can be assumed by github-actions.
AWS CDK L2 constructs for the AWS Network Firewall (AWS::NetworkFirewall)
Collection of useful platform constructs for modern applications deployed with AWS CDK
The AWS Constructor to create a Blockchain Listener using AWS Fargate and Event Bridge
Release app for the MicroApps framework, by PwrDrvr LLC. Provides the ability to control which version of an app is launched.
Release app for the MicroApps framework, by PwrDrvr LLC. Provides the ability to control which version of an app is launched.
MicroApps framework, by PwrDrvr LLC, delivered as an AWS CDK construct that provides the DynamoDB, Router service, Deploy service, API Gateway, and CloudFront distribution.
Creates a Secret and replicates it across the given regions. Requires a [ReplicatedKey](../replicated-key/readme.md) be passed in.
This construct allows you to IaC your service quotas
This construct returns the given Cognito UserPool's UserPoolDomain, or creates one. This resolves an issue with [AWS::Cognito::UserPoolDomain](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html), since
This construct returns a wildcard certificate valid for subdomains of the given domain names, creating and validating on if it doesn't exist. It supports cross-account DNS validation, you can pass in arns of roles from other accounts and it'll assume them
This construct returns the currently active SES receipt RuleSet, or creates one. This enables you to add rules to it.
CloudFront invalidations are [very error prone](https://github.com/aws/aws-cdk/issues/15891#issuecomment-966456154), making it hard to invalidate distributions reliably. This construct aims to solve this problem by using a step function which is triggered
Allows you to share values between stack across regions and accounts.
This construct creates a truly globally available API where code executes at the edge. Because changes take a long time to propagate to all edge locations, there is a `devMode` flag which will instead deploy your API to a [HTTP API](https://docs.aws.amazo