Before proceeding, please create the function in the region where you have the S3 Bucket.
Select 'Author from scratch.
In Basic information:
Define function name.
Select Runtime as '.NET 6 (C#/PowerShell) (from the drop-down options).
Select Architecture, x86_64 (from the given options).
In Permissions, set the default execution role for Lambda functions:
If you have already created a role, you can continue by selecting the existing role.
Select 'Use an existing role'.
 Select the Existing role as 'influx_lambda_role' from the drop-down options.
Select 'Create function'.
Add Runtime as .NET 6 (C#/PowerShell).
Change handler as AWSLambdaFileConvert::AWSLambdaConvert.Function::ConvertFiles
Chose Architecture.
Click 'Save'.
Name the database and click 'Create database'.
Name the role.
Add description (if needed/as required).
Click 'Create role'.
Note:
The database will be populated only if the parquet files are already available in S3; otherwise, there is no need to run the job manually.
Note:
Happens only when the job is run manually after creation it will have to wait until the first run.
For example
If you are uploading for the first time, make sure you have created an IAM role with the following permissions; refer to the
Click on the 'CRON expressions' to learn more about CRON syntax for assigning a required schedule.