- Santa Cruz, CA
- http://geekspeak.org/
Pinned Loading
-
-
-
sqlstyle.guide
sqlstyle.guide PublicForked from treffynnon/sqlstyle.guide
A consistent code style guide for SQL to ensure legible and maintainable projects
HTML
-
Detect AWS Lambda Environment
Detect AWS Lambda Environment 1// https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html
23if (process.env.AWS_SAM_LOCAL === 'true') {
4// SAM local development
5} else if (!!process.env.LAMBDA_TASK_ROOT) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.