Skip to content

Commit

Permalink
feat(ta-1105): add bundling options to authenticated api
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dean-talis committed Jul 18, 2024
1 parent f6d007c commit 91abf12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/authenticated-api/authenticated-api-function-props.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as cdk from "aws-cdk-lib";
import { BundlingOptions, aws_ec2 as ec2 } from "aws-cdk-lib";
import { aws_ec2 as ec2 } from "aws-cdk-lib";
import { BundlingOptions } from "aws-cdk-lib/aws-lambda-nodejs";

export interface AuthenticatedApiFunctionProps {
name: string;
Expand Down

0 comments on commit 91abf12

Please sign in to comment.