Skip to content

A lambda to tweet an image and text in F#. Great for using with the AWS IoT Button!

Notifications You must be signed in to change notification settings

jnolis/TweetImageLambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweet image lambda

This code is to tweet an image and text from an AWS lambda. I used it to hook up my AWS IoT button to a twitter account.

Installation instructions:

  1. Download and install .NET Core.
  2. Create a twitter account, create an app for the account, and get the 4 credentials keys of the app.
  3. Create a config.json file in the project folder with the required attributes (see example_config.json in the project).
  4. Open a command line window and move to the project directory, run dotnet restore and dotnet publish in the directory.
  5. zip the resulting publish folder and load it into your Lambda.

About

A lambda to tweet an image and text in F#. Great for using with the AWS IoT Button!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages