Skip to content

How to create lambda functions that integrate with a MariaDB SkySQL Xpand database

Notifications You must be signed in to change notification settings

mariadb-developers/microservices-aws-to-mariadb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microservices-aws-to-mariadb

How to create lambda functions that integrate with a MariaDB SkySQL Xpand database

The video for this demo is located at ... https://www.youtube.com/watch?v=sXg10JP6q4U

Navigate to this page, which accompanies the demo

https://aws.amazon.com/getting-started/hands-on/build-web-app-s3-lambda-api-gateway-dynamodb/

Explanation of Files

index.html is the webapp, which can be used in Module 1 - Create a Web App lambdaPatientMonitor1.py is the python lambda function patientSchema.sql can be used from a mariadb client, connecting to SkySQL, for creating the database schema insertHeartData1.sql can be used for a mariadb client, connecting to SkySQL, for inserting IOT records from a heart monitor

For testing, use the following JSON object:

{ "serialNumber":"777", "heartRate":"180" }

Helpful Resources

Support and Contribution

Please feel free to submit PR's, issues or requests to this project project directly.

If you have any other questions, comments, or looking for more information on MariaDB please check out:

Or reach out to us diretly via:

License

License

About

How to create lambda functions that integrate with a MariaDB SkySQL Xpand database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published