Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.
/ ed-pilot-check Public archive

ed-pilot-check returns last known location of a pilot from edsm.net

License

Notifications You must be signed in to change notification settings

kriation/ed-pilot-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elite Dangerous: Commander Check

This lambda function uses the EDSM public API to retrieve a commander's last known position, and returns it in a HTML response.

Why?

A good friend of mine who I play ED with wanted to know if I was currently in space without having to bug me. I use EDSM to track my pilot logs, and decided to use it to satisfy his need.

Requirements

The function uses the AWS Systems Manager Parameter Store to keep the API key for EDSM, so the lambda requires read only access to SSM, in addition to the basic lambda execution role.

sam.yaml is a AWS Serverless Application Model template so that I could test the code locally using AWS SAM CLI during development. The template can be packaged and deployed through the CLI, but does not currently contain the specific permissions or customizations to the API gateway resources.

TODO

Right now, this list is enormous, and is currently maintained in my head. I'll add it here when I have a few minutes.

About

ed-pilot-check returns last known location of a pilot from edsm.net

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published