Received this error message from Cloudformation after adding output block below: Template format error: Every Value member must be a string. https ...
Received this error message from Cloudformation after adding output block below: Template format error: Every Value member must be a string. https ...
I would like to use jinja logic in my template: I've already tried true without '' and instead of true is defined but still no success. The logic i ...
I'm trying to update my SNS subscription with a second endpoint however I get this error "Value of property Endpoint must be of type String" Here is ...
for testing purposes, I need to create Postgres Database which will have Public access and will be available from anywhere. My current CloudFormation ...
I am writing a cloudformation template for an AWS Batch job triggered by an Eventbridge rule. However, I am getting the following error: shareIdentif ...
so I am tring to create Fargate instances into subnets using cloudformation. I would like the user to be able to choose which vpc id, subnet ids to la ...
I am new to CDK, I want to create simple lamda function using CDK.cdk synth gives no error but when I run cdk deploy --profile myprofile getting this ...
I was working on some changes to some CDK code in my AWS account and I made a typo (lack of sleep does some crazy things) in the bucket name (the corr ...
I have a cloudformation stack, which I am deploying to via my cdk package. My package contains 3 constructs (a Route53 hostedZone, a dnsValidationCert ...
I have an environment where my DynamoDB table is central to a few services (a couple of lambdas, kinesis and firehoses). All of that is managed by AWS ...
I'm creating a Lambda through CloudFormation. The Function code path must be dynamic. Here's my template: When it deploys, I get this Cfn error me ...
I am not able to import a DynamoDB table into a stack whereas I am able to import a Secret. I double checked the arns. Both the secret and ddb are in ...
Is it feasible to modify resources like redshift cluster via AWS cloudformation template if the resources were created manually and not by AWS cloudfo ...
I am trying to write a query for a specific stack. It looks like this: As you can see the output is an empty array. On the other hand: What am I ...
I recently updated our CDK code to move our OpenSearch cluster from version 1.3 to 2.3. The cluster itself seems to have upgraded to a healthy state a ...
I've currently been trying to follow the AWS Workshops guide for the 'Amazon Labs for PostgreSQL'. The first prerequisite is to create a Cloudform ...
I am trying to get the StackId through list_stacks() of the last deleted stack with the name BastionInfraStack (the most recent one). The list_stacks( ...
I am using CDK with Python where I have a nested stack with a fixed id/name calling a custom construct also with a fixed id/name. Why does it still ge ...
This question follow a previous one, i decided to close that since the code changed a bit and the question did not reflect my actual situation any mor ...
I am trying to create a CFN stack from a template, using get_template() and passing the stack id but when trying to create the stack, I get the error: ...