Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/CodingDoug/min-functions-cold-start

Scaffolding for Cloud Functions deployed with the Firebase CLI that minimize cold starts by using TypeScript async imports
https://github.com/CodingDoug/min-functions-cold-start

cloud-functions-for-firebase cold-start typescript

Last synced: 2 months ago
JSON representation

Scaffolding for Cloud Functions deployed with the Firebase CLI that minimize cold starts by using TypeScript async imports

Awesome Lists containing this project

README

        

# Minimize cold starts with Cloud Functions for Firebase and TypeScript

This project contains just scaffolding for Cloud Functions deployed with the
Firebase CLI that minimize cold starts by using TypeScript async imports. It
accompanies my blog post on Medium called
"[Organize Cloud Functions for max cold start performance and readability with TypeScript and Firebase][1]".
Read there for more information about how this code works.

## LICENSE

Copyright 2020, Doug Stevenson

Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty, provided the copyright notice and this
notice are preserved. This file is offered as-is, without any warranty.

[1]: https://medium.com/firebase-developers/organize-cloud-functions-for-max-cold-start-performance-and-readability-with-typescript-and-9261ee8450f0