javydekoning / amazon-lex-teams-adapter

Python Lambda function which integrates Amazon Lex with Microsoft Teams.
3 stars 1 forks source link

Uploaded file must be a non-empty zip error #4

Open shrenikp12 opened 2 years ago

shrenikp12 commented 2 years ago

Hey - when I deploy the bot with sam everything seems to be going fine except I get this error when trying to create the LexAdapter Resource,

image

Is there any reason why this is happening?

javydekoning commented 2 years ago

Did you run sam build --use-container before deploying?

shrenikp12 commented 2 years ago

I did