https://github.com/parameter1/most-popular-content
A simple API that returns the most popular content for a BaseCMS website (using P1 events)
https://github.com/parameter1/most-popular-content
hacktoberfest
Last synced: 4 months ago
JSON representation
A simple API that returns the most popular content for a BaseCMS website (using P1 events)
- Host: GitHub
- URL: https://github.com/parameter1/most-popular-content
- Owner: parameter1
- Created: 2021-02-11T22:05:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T14:03:18.000Z (over 1 year ago)
- Last Synced: 2025-04-19T16:52:22.647Z (about 1 year ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 737 KB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Most Popular Website Content
## API Deployment
The API project is built and deployed to K8S via Github Actions
## Lambda Deployment
This project has been imported to a [AWS Cloudformation](https://us-east-2.console.aws.amazon.com/cloudformation/home?region=us-east-2#/stacks/stackinfo?stackId=arn%3Aaws%3Acloudformation%3Aus-east-2%3A598984531759%3Astack%2Fmost-popular-content%2Ffd7e5790-3ed0-11ef-a333-021e135c1eab) stack, and changes _must_ be made via the
[scripts/cfn.sh](.scripts/cfn.sh) script. You must have valid AWS access keys with
permission to modify the Lambda function.
```sh
./scripts/cfn.sh
```