Skip to content

Commit

Permalink
updated code in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mickychetta committed Nov 23, 2021
1 parent 165ac76 commit aa99b6c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Here is a minimal deployable pattern definition in Typescript:
``` typescript
import * as api from '@aws-cdk/aws-apigateway';
import * as lambda from "@aws-cdk/aws-lambda";
import * as route53 from "@aws-cdk/aws-route53";
import { Route53ToApigateway } from '@aws-solutions-constructs/aws-route53-apigateway';

const lambdaProps: lambda.FunctionProps = {
Expand Down

0 comments on commit aa99b6c

Please sign in to comment.