Skip to content

astuyve/ice-cold-starts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ice-cold starts

This repository is an example serverless project, which replicates cold starts caused by function timeouts or out of memory errors.

You can deploy this yourself with serverless deploy.

Trigger a timeout by passing {"timeout": true} to the /iceColdStartTimeout endpoint.

Trigger a out of memory error by passing {"oom": true} to the /iceColdStartError endpoint.

The companion post for this is available here.

About

Documenting the difference between lambda cold starts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors