I am trying to use version 3 of the AWS SDK (JavaScript) to work with AWS. I built the sdk to contain @aws-sdk/client-dynamodb and renamed it to aws-sdk-js-v3.js and added it to my index.html.
<script type="text/javascript" src="js/aws-sdk-js-v3.js"></script>
In version 2 of the SDK, you just used AWS to reference the library. I can't figure out how to access the SDK in version 3. All the examples I have found are node.js examples. I am hoping for an example that shows how to use version 3 of the AWS SDK in browser-based JavaScript. Maybe ListTablesCommand for DynamoDB example?