I have a repository in GitLab (Lambda Functions) and want to work with the AWS CDK pipeline (https://aws.amazon.com/blogs/developer/cdk-pipelines-continuous-delivery-for-aws-cdk-applications) to develop CI/CD pipeline. In AWS CDK docs there is nowhere mention about Gitlab. Will really appreciate it if someone can confirm this. Answer Only Bitbucket, GitHub, GitHub Enterprise Server actions are supported natively with codepipelines at the moment. You will need
Tag: aws-cdk
How to reference a CloudWatch metric created by container insights for EKS?
I saw an example, how it is possible to make a reference on ECS: How to reference a CloudWatch metric created by container insights for ECS/Fargate My goal is to make it similiar for EKS, to get “ContainerInsights” like Utilization, Memory etc. I would be happy, if someone could show me an example. Thanks. Answer You can access any metric
aws cdk nextjs graphql mutation cannot return null for non-nullable type after adding in new schema field
I have tried to modify the schema to add a ingredients String line. From this code I am pretty much following it to a tee https://github.com/dabit3/next.js-cdk-amplify-workshop you can look in the backend and frontend folders to see all the code I have built and deployed with cdk My error is at the bottom Any help would be great Here’s the