-
Building on the [Serverless API](https://goldstack.party/templates/lambda-api) template, develop a template that renders out routes from React templates.
- [x] Render React in lambda
- [x] Bundle …
-
**Is your feature request related to a problem? Please describe.**
In order to be in line with cloud environment (or instance rebooting) an API for persist/restore in memory database could be fantast…
-
I am experimenting Puppeteer on Cloud Functions.
After a few tests, I noticed that taking a page screenshot of _https://google.com_ takes about 5 seconds on average when deployed on Google Cloud F…
-
Relevant earlier discussion on https://github.com/nodejs/node/issues/9473 .
`v8::SnapshotCreator` is a means to capture a heap snapshot of JS, CodeGen, and C++ bindings and revive them w/o performi…
-
I want to contribute a new resource type for Athena workgroups. Do you have documentation on how to create a new AWS resource type?
-
Serverless vs. asynchronous
* Workloads that have idle periods between traffic spurts and can tolerate cold starts, use [Serverless Inference](https://docs.aws.amazon.com/sagemaker/latest/dg/server…
anebz updated
2 years ago
-
We're seeing behavior where our instrumentation interferes with the usual return value after a function's initial deployment.
1. Create a Lambda Function hooked up to API Gateway
2. Configure the…
-
**What were you initially searching for in the docs?**
I'm using the @event_source decorator and I was looking for a way to print my event in my Cloudwatch logs.
When I simply `print(event)`, …
-
Hi guys,
seems like a really cool project!
I am the creator of [Clarity](https://github.com/skadistats/clarity), a parser from replay files that the game Dota2 generates. As such, I have to work…
-
If I bring the AWSSDK.DynamoDbV2 package into a `netcoreapp3.0` project and deploy it to Lambda I'm seeing it increase my cold start times by 2 seconds.
I have an [example project](https://github…