Mischa Spiegelmock

Results 260 comments of Mischa Spiegelmock

I believe if you want to cache lambda responses it should be possible. You can specify what caching policy you want as part of the distribution config and enable it....

Strange that I don't get this... might be fixed now due to better dependency ordering?

I ran into this issue after switching from `"moduleResolution": "node"` to `"moduleResolution": "bundler"`

This is what I did for bundling settings in Serverless Stack: ```ts hooks: { beforeBuild: async (props, outDir) => { // create bin folder const binDir = path.join(outDir, "bin") if...

I also may get: ` Browser closed.\n==================== Browser output: ====================\n /tmp/chromium --disable-field-trial-config --disable-background-networking --enable-features=NetworkService,NetworkServiceInProcess --disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-back-forward-cache --disable-breakpad --disable-client-side-phishing-detection --disable-component-extensions-with-background-pages --disable-component-update --no-default-browser-check --disable-default-apps --disable-dev-shm-usage --disable-extensions --disable-features=ImprovedCookieControls,LazyFrameLoading,GlobalMediaControls,DestroyProfileOnBrowserClose,MediaRouter,DialMediaRouteProvider,AcceptCHFrame,AutoExpandDetailsElement,CertificateTransparencyComponentUpdater,AvoidUnnecessaryBeforeUnloadCheckSync,Translate --allow-pre-commit-input --disable-hang-monitor --disable-ipc-flooding-protection --disable-popup-blocking...

Probably related: https://github.com/microsoft/playwright-python/issues/1453

Okay thanks for looking into this. I'm using Serverless Stack which runs [lambdas locally for development](https://docs.sst.dev/live-lambda-development). I'll mention it to them. https://github.com/aws-powertools/powertools-lambda-typescript/blob/f33c4c5edeca42825e0eb7c0a1d12029c6558eca/packages/batch/src/BasePartialBatchProcessor.ts#L49 is this what throws the error with properties...

Related: https://github.com/sst/console/commit/dbacd376a9d437f68cf6e25e71940cfc499444d3

Sure, SST's console is free at console.sst.dev You can create a SST project and try it out with `sst dev`. Live local lambda development is really nice. https://sst.dev/