Using the AWS SDK for JavaScript V3 to create a Lex chatbot within Wickr.
npm install @wickr-sample-integrations/wickrio-lex-botFor instructions on implementing this example, see Building an Amazon Lex chatbot in the AWS SDK for JavaScript v3 Developer Guide.
1. Clone the AWS Code Examples Repository to your local environment.
See the Github documentation for
instructions.
1. Install the dependencies listed in the [root]/javascriptv3/example_code/cross-services/lex-bot/package.json.
Note: These include the AWS SDK for JavaScript v3 client modules for the AWS services required in this example,
which are @aws-sdk/client-cognito-identity, @aws-sdk/credential-provider-cognito-identity, @aws-sdk/client-iam",
@aws-sdk/client-comprehend", @aws-sdk/client-lex-runtime-service, and @aws-sdk/client-translate.
They also include third-party Node.js modules, including webpack.
```
npm install node -g
cd javascriptv3/example_code/cross-services/lex-bot/
npm install