Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds committed Oct 6, 2021
1 parent f5abda3 commit 86087ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/stacks/routing-caching-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ import * as aws_s3 from '@aws-cdk/aws-s3';
import * as aws_sns from '@aws-cdk/aws-sns';
import * as cdk from '@aws-cdk/core';
import { Construct, Duration } from '@aws-cdk/core';
import dotenv from 'dotenv';
import * as path from 'path';
import { STAGE } from '../app';
dotenv.config();

export interface RoutingCachingStackProps extends cdk.NestedStackProps {
stage: string;
Expand Down

0 comments on commit 86087ac

Please sign in to comment.