https://github.com/hardeep-bit/makeen-js
https://github.com/hardeep-bit/makeen-js
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hardeep-bit/makeen-js
- Owner: hardeep-bit
- Created: 2025-06-05T21:04:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-06T20:34:15.000Z (about 1 year ago)
- Last Synced: 2025-06-30T08:47:44.460Z (12 months ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text Processing POC
A simple serverless text-processing pipeline using AWS CDK.
## Setup
```bash
npm install
```
## Deployment
```bash
npm run deploy
```
## Test API
```bash
curl -X POST \
https://.execute-api..amazonaws.com/prod/upload \
-H "Content-Type: application/json" \
-d '{"fileContent": "line1\nline2\nline3"}'
```
### Monitoring
---
### Notes & Considerations
- Replace `` and region in the cURL with your actual values from CloudFormation/CDK output.
- Ensure your MongoDB Atlas allows connections from your Lambda's IP range or VPC if used.
- Optionally add API key or usage plans for production use.