You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
I deployed the botkit built in chat server application (web adapter) in AWS Lambda , but I didn't get any errors.
I want the same interface / client application feel which I run in my localhost:3000 after deploying to AWS Lambda.
Eventually I want to host the botkit application in AWS Lambda , by navigating the URL I want to chat via Client interface same as localhost.
Can any one help me ? It would be better to share documentations / blogs to follow the steps.
The text was updated successfully, but these errors were encountered:
jeyamaal
changed the title
Deploying botkit application in AWS Lambda - Help Needed
Deploying botkit application in AWS Lambda - Help wanted
Aug 21, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I deployed the botkit built in chat server application (web adapter) in AWS Lambda , but I didn't get any errors.
I want the same interface / client application feel which I run in my localhost:3000 after deploying to AWS Lambda.
Eventually I want to host the botkit application in AWS Lambda , by navigating the URL I want to chat via Client interface same as localhost.
endpoints format from Amazon:
ANY - https://abcdefg.execute-api.ap-southeast-1.amazonaws.com/dev/
ANY - https://abcdefg.execute-api.ap-southeast-1.amazonaws.com/dev/{proxy+}
Can any one help me ? It would be better to share documentations / blogs to follow the steps.
The text was updated successfully, but these errors were encountered: