Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

iogi/mastodon-notification-to-sqs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mastodon-notification-to-sqs

This is an AWS Lambda function which receive notifications using Mastodon API.

Environment Variables

Need to set below environment variables

  • API_URL: API endpoint. i.e. https://qiitadon.com/api/v1/
  • ACCESS_TOKEN: an access token for API
  • REGION: AWS region. i.e. us-west-2
  • QUEUE_URL: SQS Queue URL. i.e. https://sqs.us-west-2.amazonaws.com/<account_id>/<queue_name>

TODO

many things...

  • pagination
  • save last notificaiton id

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published