|
1 | 1 | # amazon-lex-access-with-rest-api-from-java-app
|
2 | 2 | Example of the connection to the Amazon Lex bot with REST API from Java application
|
| 3 | + |
| 4 | +Amazon Lex Documentation: |
| 5 | +https://aws.amazon.com/documentation/lex/ |
| 6 | + |
| 7 | +Documentation for AWS SDK for Java: |
| 8 | +http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/index.html |
| 9 | + |
| 10 | +IAM AWS Console: users: |
| 11 | +https://console.aws.amazon.com/iam/home?region=us-east-1#/users |
| 12 | + |
| 13 | +Lex AWS Console: |
| 14 | +https://console.aws.amazon.com/lex/home?region=us-east-1# |
| 15 | + |
| 16 | +Java web-client and json libraries |
| 17 | +``` |
| 18 | +cxf-bundle-jaxrs |
| 19 | +jackson-jaxrs-json-provider |
| 20 | +``` |
| 21 | + |
| 22 | +Authentication and Access Control for Amazon Lex: |
| 23 | +http://docs.aws.amazon.com/lex/latest/dg/auth-and-access-control.html |
| 24 | + |
| 25 | +Signature Version 4 Signing Process: |
| 26 | +http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html |
| 27 | + |
| 28 | +Signing AWS Requests with Signature Version 4: |
| 29 | +http://docs.aws.amazon.com/general/latest/gr/sigv4_signing.html#sigv4_signing-steps-overview |
| 30 | + |
| 31 | +Examples of the Complete Version 4 Signing Process (Python): |
| 32 | +http://docs.aws.amazon.com/general/latest/gr/sigv4-signed-request-examples.html |
| 33 | + |
| 34 | +Examples of How to Derive a Signing Key for Signature Version 4: |
| 35 | +http://docs.aws.amazon.com/general/latest/gr/signature-v4-examples.html |
| 36 | + |
| 37 | +Best Practices for Managing AWS Access Keys (not recommended to keep them in the code): |
| 38 | +http://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html |
| 39 | + |
| 40 | +Troubleshooting AWS Signature Version 4 Errors: |
| 41 | +http://docs.aws.amazon.com/general/latest/gr/signature-v4-troubleshooting.html |
| 42 | + |
| 43 | +Amazon Lex API Reference (endpoints): |
| 44 | +http://docs.aws.amazon.com/lex/latest/dg/API_Reference.html |
| 45 | + |
| 46 | + |
0 commit comments