Skip to content

Commit

Permalink
Fix incorrect file ending
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehnix committed Oct 15, 2023
1 parent a549072 commit 824710a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/2023-10-16-the-stack-part-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -1658,7 +1658,7 @@ export class Stack extends cdk.Stack {
}
```

And our Lambda@Edge function to rewrite urls is defined in `edge-functions/rewrite-urls.ts`:
And our Lambda@Edge function to rewrite urls is defined in `edge-functions/rewrite-urls.js`:

```typescript
exports.handler = (event, _, callback) => {
Expand Down

0 comments on commit 824710a

Please sign in to comment.