Skip to content
Discussion options

You must be logged in to vote

Groan. OK, never mind.

I had

from aws_cdk import (
    # Duration,
    Stack,
    aws_cloudtrail as ct,
    aws_ec2 as ec2,
    aws_logs as cwl,
    aws_s3 as s3,
    aws_lambda as lambda_,
    aws_lambda_destinations as cwl_destinations,
)

from constructs import Construct

But to import aws_Logs_destinations, NOT aws_lambda_destinations

I will suggest that we improve the error here and/or name the modules so that this is more obvious.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@gmurdocca
Comment options

Answer selected by Jon-AtAWS
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants