Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,3 @@ typings/
# next.js build output
.next

.serverless
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Express.js service for creating image thumbnails (originally an AWS lambda)
Express.js service for creating image thumbnails

This was originally an AWS Lambda function.
We no longer test or maintain serverless functionality, but it probably would still work, with minimal changes.
If you want to run this serverless, see the `serverless` branch.
Loading