You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Files are organized in S3 bucket by date and files of the same day are grouped.
22
+
```
23
+
<bucket>:2024-09-04/2024-09-04-10.csv
24
+
<bucket>:2024-09-04/2024-09-04-11.csv
25
+
<bucket>:2024-09-04/2024-09-04-12.csv
26
+
```
25
27
26
28
## Deployment via Cloud Formation Template
27
29
@@ -35,3 +37,20 @@ arduino-s3-integration-lambda.zip archive created
35
37
* Save zip file on an S3 bucket accessible by the AWS account
36
38
* Start creation of a new cloud formation stack provising the [cloud formation template](deployment/cloud-formation-template/deployment.yaml)
37
39
* Fill all required parameters (mandatory: Arduino API key and secret, S3 bucket and key where code has been uploaded, destination S3 bucket. Optionally, tag filter for filtering things, organization identifier and samples resolution)
40
+
41
+
### Configuration parameters
42
+
43
+
Here is a list of all configuration properties available in 'Parameter store'.
44
+
45
+
| Parameter | Description |
46
+
| --------- | ----------- |
47
+
| /arduino/s3-importer/iot/api-key | IoT API key |
48
+
| /arduino/s3-importer/iot/api-secret | IoT API secret |
49
+
| /arduino/s3-importer/iot/org-id | (optional) organization id |
0 commit comments