We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The TS file has..
export declare class DockerImageFunction extends Function { constructor(scope: Construct, id: string, props: DockerImageFunctionProps); }
The JS file has a version of this:
aws-cdk/packages/aws-cdk-lib/aws-lambda/lib/image-function.ts
Line 66 in 87139ab
export class DockerImageFunction extends Function { constructor(scope: Construct, id: string, props: DockerImageFunctionProps) { super(scope, id, { ...props, handler: Handler.FROM_IMAGE, runtime: Runtime.FROM_IMAGE, code: props.code._bind(props.architecture), }); }
files are in sync
they are not in sync
see description
No response
2.149.0
v22.0.0
macos
TypeScript
The text was updated successfully, but these errors were encountered:
Can you explain what issues are you having using lambda.DockerImageFunction construct ?
Sorry, something went wrong.
There are no apparent issues running it.
No branches or pull requests
Describe the bug
The TS file has..
The JS file has a version of this:
aws-cdk/packages/aws-cdk-lib/aws-lambda/lib/image-function.ts
Line 66 in 87139ab
Expected Behavior
files are in sync
Current Behavior
they are not in sync
Reproduction Steps
see description
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.149.0
Framework Version
No response
Node.js Version
v22.0.0
OS
macos
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: