Skip to content

Commit

Permalink
fix: integ-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mazyu36 committed May 1, 2024
1 parent dd482d2 commit ab49189
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { IntegTest } from '@aws-cdk/integ-tests-alpha';
import * as cloudfront from 'aws-cdk-lib/aws-cloudfront';

const app = new cdk.App();
const stack = new cdk.Stack(app, 'integ-distribution-function-auto-publish', { env: { region: 'eu-west-1' } });
const stack = new cdk.Stack(app, 'integ-distribution-function', { env: { region: 'eu-west-1' } });

new cloudfront.Function(stack, 'function', {
code: cloudfront.FunctionCode.fromInline('function handler(event) { return event.request }'),
Expand Down

0 comments on commit ab49189

Please sign in to comment.