Amazon Web Services

Amazon Web Services (AWS) offer a variety of cloud-based services, including computing, storage, databases, and more. Unlike many other services, AWS products often go beyond data, providing additional functionality for end users. Through Nintex Apps'sconnectors, you can utilize this additional functionality within your Nintex Apps pages.

Note:  The AWS connectors are currently exclusive to Nintex Apps.

Configure an Amazon Authentication Provider

Before configuring connections within Nintex Apps, you need to decide how you'll authenticate to your AWS services using an IAM role. We recommend consulting your AWS administrator prior to making this decision.

AWS Access Permissions

When using AWS APIs, it is best practice to utilize strict and well-defined IAM policies so end users can only perform actions they have explicit access to.

Listed below are the permissions Nintex Apps's AWS connectors require to properly function. Use this list to better define your IAM roles.

DynamoDB

  • dynamodb:DeleteItem
  • dynamodb:DescribeTable
  • dynamodb:ListTables
  • dynamodb:PutItem
  • dynamodb:Query
  • dynamodb:Scan
  • dynamodb:UpdateItem

Lambda

  • lambda:InvokeFunction
  • lambda:ListFunctions

S3

  • s3:DeleteObject
  • s3:GetObject
  • s3:GetObjectAcl
  • s3:ListAllMyBuckets
  • s3:ListBucket
  • s3:PutObject