Skip to content

Commit

Permalink
refactor: move examples handlers to src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Aug 27, 2022
1 parent 6953f23 commit 724b9e8
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/events/http/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "http-example",
"type": "module",
"exports": "./handler.js",
"exports": "./src/handler.js",
"scripts": {
"start": "serverless offline start"
},
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/events/httpApi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "http-example",
"type": "module",
"exports": "./handler.js",
"exports": "./src/handler.js",
"scripts": {
"start": "serverless offline start"
},
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/events/schedule/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "schedule-example",
"type": "module",
"exports": "./handler.js",
"exports": "./src/handler.js",
"scripts": {
"start": "serverless offline start"
},
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/events/websocket/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "websocket-example",
"type": "module",
"exports": "./handler.js",
"exports": "./src/handler.js",
"scripts": {
"start": "serverless offline start"
},
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/lambda-invoke/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lambda-invoke-example",
"type": "module",
"exports": "./handler.js",
"exports": "./src/handler.js",
"scripts": {
"start": "serverless offline start"
},
Expand Down
File renamed without changes.

0 comments on commit 724b9e8

Please sign in to comment.