cloudydeno / deno-aws_api

From-scratch Typescript client for accessing AWS APIs
https://deno.land/x/aws_api
59 stars 3 forks source link

Update Deno & /std #17

Closed danopia closed 2 years ago

danopia commented 2 years ago

For some reason, the build is failing under canary on the main branch. Maybe it also fails on 1.16?

Ok so Deno 1.16 made a fetch() change which fixed the 411 Content-Length Required response I used as a sentinel before on Github Actions. So I replaced the instance metadata smellcheck. And also bumped std while I was in a PR.