AWS Functions
Description
Alpha Anywhere provdes the following AWS functions.
- Name
- Description
- aws_cognito_group_create Function
Create a group in a Cognito User Pool.
- aws_cognito_group_delete Function
Delete a group from a Cognito User Pool.
- aws_cognito_groups_list Function
List the groups in a Cognito User Pool.
- aws_cognito_user_add_to_group Function
Add a Cognito user to a Cognito group.
- aws_cognito_user_create Function
Create a new user in a Cognito User Pool.
- aws_cognito_user_delete Function
Delete a user from a Cognito User Pool.
- aws_cognito_user_password_set Function
Set the password for a user in a Cognito User Pool.
- aws_cognito_users_list Function
List users in a Cognito User Pool.
- aws_dynamodb_item_delete Function
Delete a record from a DynamoDB table.
- aws_dynamodb_item_get Function
Retrieve a record from a DynamoDB table.
- aws_dynamodb_item_put Function
Save a record in a DynamoDB table.
- aws_dynamodb_item_put_batch Function
Execute a SQL query to retrieve data and insert new records into a DynamoDB table.
- aws_dynamodb_item_scan Function
Retrieve multiple records from a DynamoDB table.
- aws_dynamodb_table_create Function
Create a table in DynamoDB.
- aws_dynamodb_table_delete Function
Delete a table in DynamoDB.
- aws_dynamodb_table_describe Function
Describe a table in DynamoDB.
- aws_dynamodb_tables_list Function
List tables in DynamoDB.
- aws_s3_bucket_create Function
Create an S3 bucket.
- aws_s3_bucket_delete Function
Delete an S3 bucket.
- aws_s3_bucket_SetPublic Function
Enable public access to an S3 bucket.
- aws_s3_buckets_list Function
List all S3 buckets.