Dax
Dax
I've noticed in my metrics that I see ram spikes whenever we schedule uploads of large files to GCS. It seems the file is being loaded all into memory first...
This supports both Lambda and Lambda@Edge Still experimental but gives me enough to start implementing a construct in SST
I was getting strange compilation errors in ESM and finally narrowed it down to my usage of the word `Block` anywhere in source code. This included comments, tried moving it...
This is no longer required and I'd love to not see new projects start off using this legacy approach. AWS + Github can auth through OIDC Article explaining what I'm...
What unit is the map_size option? I tried putting in 32_000_000_000 but I ran into a map_size limit error at 1.8GB
Enable sourcemaps by adding `NODE_OPTIONS=--enable-source-maps`. We should try and detect if they're already passing in NODE_OPTIONS as an env variable and append to it rather than replace
See this issue: https://github.com/aws/aws-cdk/issues/13731#issuecomment-814801449 We should automatically call `function.currentVersion` if `function.currentVersionOptions` exists ### Requests - https://serverless-stack.slack.com/archives/C01HQQVC8TH/p1636130220420300
### Requests - https://serverless-stack.slack.com/archives/C01JG3B20RY/p1636068236228800
Hey guys just familiarizing myself with what you're doing. Pretty cool stuff. I do have a question about the process group. When I get the members of a group, how...
if I run `make` multiple times in this package, we get varying results in `./build/Makefile` see here ```diff 342c342 < Makefile: $(srcdir)/../../../.cache/node-gyp/16.20.0/include/node/common.gypi $(srcdir)/../../../../../usr/lib/node_modules/node-gyp/addon.gypi $(srcdir)/build/config.gypi $(srcdir)/binding.gyp --- > Makefile: $(srcdir)/../../../../../usr/lib/node_modules/node-gyp/addon.gypi $(srcdir)/binding.gyp...