cloudydeno / deno-aws_api

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

URL in example is incorrect #39

Closed GJZwiers closed 1 year ago

GJZwiers commented 1 year ago

In the first example in the readme, the path to import one of the URLs is incorrect:

import { STS } from 'https://deno.land/x/aws_api/services/sts.ts'; results in 404 Not Found.

The URL should instead be: https://deno.land/x/aws_api/services/sts/mod.ts

danopia commented 1 year ago

Thanks for reporting this, I must've missed this when I restructured the services/ directory!