Hi,
Having trouble enabling PNPM in your AWS Amplify Gen 2 project?
Not a problem here is the YAML configuration
Happy coding!
Adventures in Brogramming Born, Raised and Grinding Proudly in Toronto, Ontario, Canada
Hi,
Having trouble enabling PNPM in your AWS Amplify Gen 2 project?
Not a problem here is the YAML configuration
Happy coding!
A shortie but a goodie
Ever want to look at the request body, the request headers and so on in .NET Web API ?
Well, that doesn't exactly tell you how to do it. In fact, nothing does. Microsoft wants you to work at a higher level of abstraction than looking at the request. But we all know that isn't always a good idea or possible. Time to quit back to NodeJS?
If you look at Stack Overflow you will see many answers like this
string result = await Request.Content.ReadAsStringAsync();