ros_and_aws_integration.md
By Nazari Tuyo
Step 1: Install the AWS python CLI
Step 2: Run the following commands on your VNC to install boto3
Step 3: Integrating boto3 clients into your code
class Credentials: AWS_ACCESS_KEY_ID = '' SECRET_ACCESS_KEY = '' OWNER_ID = ''dynamodb = boto3.resource('dynamodb')delete_item() delete_table() put_item() query() update_item() update_table()
Last updated
Was this helpful?
