AWS
Amazon Web Services (AWS) offers reliable, scalable, and inexpensive cloud computing services.
Start for freeCategory
Works with
AI Compatible
Tools
CloudWatch Logs - Put Log Event
Uploads a log event to the specified log stream. See docs
DynamoDB - Create Table
Creates a new table to your account. See docs
DynamoDB - Execute Statement
This operation allows you to perform transactional reads or writes on data stored in DynamoDB, using PartiQL. See docs
DynamoDB - Get Item
The Get Item operation returns a set of attributes for the item with the given primary key. If there is no matching item, Get Item does not return any data and there will be no Item element in the response. See docs
DynamoDB - Put Item
Creates a new item, or replaces an old item with a new item. If an item that has the same primary key as the new item already exists in the specified table, the new item completely replaces the existing item. See docs
DynamoDB - Query
The query operation finds items based on primary key values. See docs
DynamoDB - Scan
The Scan operation returns one or more items and item attributes by accessing every item in a table. See docs
DynamoDB - Update Item
Updates an existing item's attributes, or adds a new item to the table if it does not already exist. See docs Return only the translated text without explanations.
DynamoDB - Update Table
Modifies the settings for a given table. Only one type of modification is permitted per request. See docs
EventBridge - Send Event to Event Bus
Sends an event to an EventBridge event bus. See documentation
Lambda - Create Function
Create a Lambda function from source code. This action creates a zip file and deploys it to AWS Lambda. See the docs
Lambda - Invoke Function Return only the translated text without explanations.
Invoke a Lambda function using the AWS API. See the docs Return only the translated text without explanations.
Redshift - Create Rows
Insert rows into a table. See the documentation
Redshift - Delete Rows
Deletes row(s) in an existing table in Redshift. See the documentation
Redshift - Query Database
Run a SELECT query on a database. See the documentation
Redshift - Update Rows
Update row(s) in an existing table in Redshift. See the documentation
S3 - Download File to /tmp
Downloads a file from S3 to the /tmp directory. See the documentation
S3 - Generate Presigned URL
Creates a presigned URL to download from a bucket. See the documentation Return only the translated text without explanations.
S3 - Upload Base64 As File
Accepts a base64-encoded string and a filename, then uploads as a file to S3. See the documentation Return only the translated text without explanations.
S3 - Upload Files
Upload files to S3. Accepts either a file URL, a local file path, or a directory path. See the documentation
SNS - Send Message
Sends a message to a SNS Topic. See docs Return only the translated text without explanations.
SQS - Send Message
Sends a message to an SQS queue. See the docs