Skip to content

Commit

Permalink
Update Example.js
Browse files Browse the repository at this point in the history
Fixed without Middy code example
  • Loading branch information
lmammino authored Apr 10, 2023
1 parent 6a951f5 commit d279a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/Example.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import styles from './Example.module.css'
import CodeBlock from '@theme/CodeBlock'
import Link from '@docusaurus/Link'

const codeWithoutMiddy = `export const handler (event, context) => {
const codeWithoutMiddy = `export const handler = (event, context) => {
// BOILERPLATE!
// E.g. decrypt environment variables with KMS
// deserialize the content of the event
Expand Down

0 comments on commit d279a43

Please sign in to comment.