Add AWS lambda section

pull/1233/head
noramullen1 2020-07-08 13:31:28 -07:00
parent 82ce6c3c79
commit 942d2a0bd9
1 changed files with 11 additions and 0 deletions

View File

@ -14,3 +14,14 @@ menu:
A number of third-party technologies can be configured to send line protocol directly to InfluxDB.
## AWS Lambda
### Pt. 1
identifying data source he wants to periodically tap into and pull into influx. Written a script or has something that can grab data and turn into line protocol.
### Pt 2.
And grabs it at recurring intervals. AWS has something built in to do this. Then it outputs the line protocol into one or more influx targets.
### Pt 3.
Cloud formation — script his code and how he got it into lambda and how to package up and deploy it.