skip to Main Content

Argument of type 'this' is not assignable to parameter of type 'Construct'. AWS CDK ElasticBeanstalk Infrastructure stack error – Amazon web services

In my cdk-eb-infra-stack.ts file, I'm getting an error when passing this as parameter into CDK methods. Here's what my file looks like: import * as cdk from "aws-cdk-lib"; import { Construct } from "constructs"; import s3assets = require("@aws-cdk/aws-s3-assets"); import elasticbeanstalk…

VIEW QUESTION
Back To Top
Search