Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
/ fit2 Public archive

Transfer fitbit data to google fit

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

Aetf/fit2

Repository files navigation

serverless AWS Rust with routing

with routing support.

Serverless Rustlang AWS Lambda applications with ⚡ serverless framework ⚡ with routing.

✨ features

  • 🦀 Build Rustlang applications with ease
  • 🛵 Continuous integration testing with GitHub Actions
  • 🚀 Continuous deployment with GitHub Actions
  • 🧪 Getting started unit tests

🛵 continuous integration and deployment

Store a AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY used for aws deployment in your repositories secrets.

🔫 function triggering

With your function deployed you can now start triggering it using serverless framework directly or the AWS integration you've configured to trigger it on your behalf

$ npx serverless invoke -f hello -d '{"foo":"bar"}'

🔬 logs

With your function deployed you can now tail it's logs right from your project

$ npx serverless logs -f hello
$ npx serverless logs -f world

👴 retiring

Good code should be easily replaceable. Good code is should also be easily disposable. Retiring applications should be as easy as creating and deploying them them. The dual of serverless deploy is serverless remove. Use this for retiring services and cleaning up resources.

$ npx serverless remove

ℹ️ additional information

About

Transfer fitbit data to google fit

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published