christophgysin / aws-sdk-js-v3

Modularized AWS SDK for JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Module not found

harshalone opened this issue · comments

I tried to import_map

"aws-ses-client" : "https://deno.land/x/aws_sdk@v3.6.0.0/client-ses?source",

and then

in my edge function

import { SendEmailCommand, SESClient } from "aws-ses-client";

but I am getting this error:

Error: Module not found "https://deno.land/x/aws_sdk@v3.6.0.0/client-ses?source".