Setting Grafana Dashboard with Parquet
Before proceeding, please create the function in the region where you have the S3 Bucket.
Last updated
Before proceeding, please create the function in the region where you have the S3 Bucket.
Last updated
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 are uploading for the first time, make sure you have created an IAM role with the following permissions; refer to the link
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'.