Michael D. Norman

Results 23 comments of Michael D. Norman

Though my PR was closed, it looks like it may have been fixed in https://github.com/lautis/uglifier/pull/167

No sooner than I had written this, it appears that running `cdk bootstrap aws:///us-east-1` will solve the problem. Maybe there's a way to configure SST to do this when not...

From your example, one issue is that the hash you're passing in is using the key `value` instead of the struct key of `message`. ie ```const info = {value: 'hello'};```...

It would be really great if we could have access to this.

This is still a problem with `SAM CLI, version 1.66.0`. I'm also using CDK with a Docker Image-based Lambda (vs. a locally created docker image)

Thanks. I'm aware of the tricks to do this, but since I _only_ want to set the API for offline mode, the offline plugin seems like the right place to...

Ah, this is because I have `app.use(bodyParser.json());` on my express js – I guess this doesn't play well with sofa

Yes, I just confirmed that the new release fixed the issue. Thanks for the quick turnaround!

> Maybe you can also do something like this: > > > > ```ts > > import { test as baseTest } from 'vitest' > > > > export const...