-
Hello, Yet, while using the Any idea as to what's going on? Thanks
And my bin file: #!/usr/bin/env node
import * as cdk from '@aws-cdk/core'
import 'source-map-support/register'
import { DnsStack } from '../lib/dns-stack'
const app = new cdk.App()
const dnsStack = new DnsStack(app, 'DnsStack', {
env: { account: 'xxxxxxx', region: 'eu-west-1' },
envName: 'development',
})
app.synth() Package deps: "devDependencies": {
"@aws-cdk/assert": "^1.97.0",
"@types/jest": "^26.0.22",
"@types/node": "10.17.27",
"aws-cdk": "^1.97.0",
"jest": "^26.4.2",
"ts-jest": "^26.5.4",
"ts-node": "^9.0.0",
"typescript": "~3.9.7"
},
"dependencies": {
"@aws-cdk/aws-appsync": "^1.97.0",
"@aws-cdk/aws-certificatemanager": "^1.97.0",
"@aws-cdk/aws-cloudfront": "^1.97.0",
"@aws-cdk/aws-cloudfront-origins": "^1.97.0",
"@aws-cdk/aws-codebuild": "^1.97.0",
"@aws-cdk/aws-codepipeline": "^1.97.0",
"@aws-cdk/aws-codepipeline-actions": "^1.97.0",
"@aws-cdk/aws-cognito": "^1.97.0",
"@aws-cdk/aws-dynamodb": "^1.97.0",
"@aws-cdk/aws-iam": "^1.97.0",
"@aws-cdk/aws-kms": "^1.97.0",
"@aws-cdk/aws-lambda": "^1.97.0",
"@aws-cdk/aws-lambda-nodejs": "^1.97.0",
"@aws-cdk/aws-pinpoint": "^1.97.0",
"@aws-cdk/aws-route53": "^1.97.0",
"@aws-cdk/aws-s3": "^1.97.0",
"@aws-cdk/aws-s3-deployment": "^1.97.0",
"@aws-cdk/aws-ses": "^1.97.0",
"@aws-cdk/core": "^1.97.0",
"@aws-cdk/custom-resources": "^1.97.0",
"@aws-cdk/pipelines": "^1.97.0",
"@aws-sdk/client-s3": "^3.11.0",
"@aws-sdk/s3-request-presigner": "^3.11.0",
"aws-lambda": "^1.0.6",
"source-map-support": "^0.5.16"
} |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Invisible character stuck in my accountID string 😞 |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Invisible character stuck in my accountID string 😞
Found out the culprit, removed it and all working now.