command
module
Version:
v0.0.0-...-e7863e5
Opens a new window with list of versions in this module.
Published: Jul 20, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
motivation-quote-go
This project contains source code and supporting files for a serverless application to get a random motivation quote from famous athletes.
Development
Following the Google Styleguide
Using
Quotes
Quotes are stored in DynamoDB expecting a table with the name motivation-quote-go
Attribute |
Name |
Type |
partitionKey |
id |
string |
sortKey |
author |
string |
additional field |
quote |
string |
Example item of the DynamoDB table
id |
author |
quote |
"1" |
"Joe Gurt" |
"nice to meet you" |
Rquired environment variables
- AWS_REGION - the AWS region automatically available in AWS Lambda
- QUOTE_TABLE_NAME - the name of the DynamoDB table
- MAX_QUOTES - the maximum number of quotes in the database
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
internal
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.