skip to Main Content

Amazon web services – i was trying o build a stack using aws cdk , application load balancer with two ec2 instance

@jsii/kernel.SerializationError: Passed to parameter props of new aws-cdk-lib.aws_elasticloadbalancingv2.ApplicationTargetGroup: Unable to deserialize value as aws-cdk-lib.aws_elasticloadbalancingv2.ApplicationTargetGroupProps | undefined ├── 🛑 Failing value is an object │ { '$jsii.struct': [Object] } ╰── 🔍 Failure reason(s): ╰─ Key 'targets': Unable to deserialize value as…

VIEW QUESTION

Docker not found in Gitlab CI

am trying to follow this link to deploy using Gitlab CI and CDK my .gitlab-ci.yml looks like below ... image: node:18-alpine cache: paths: - cdk/node_modules/ stages: - build - deploy build: stage: build script: - cd cdk - npm install…

VIEW QUESTION
Back To Top
Search