Skip to content

Commit

Permalink
rename simple get stack file to momento lambda stack
Browse files Browse the repository at this point in the history
  • Loading branch information
anitarua committed Aug 24, 2023
1 parent c12f4b2 commit fa57bda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aws-lambda/infrastructure/bin/infrastructure.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'source-map-support/register';
import * as cdk from 'aws-cdk-lib';
import {MomentoLambdaStack} from '../lib/simple-get-stack';
import {MomentoLambdaStack} from '../lib/momento-lambda-stack';

const app = new cdk.App();
new MomentoLambdaStack(app, 'MomentoLambdaStack', {
Expand Down

0 comments on commit fa57bda

Please sign in to comment.