Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tienhuynh-tn/udacity-cloud-developer-project-4
[Udacity] Cloud Developer Nanodegree Program - Project 4
https://github.com/tienhuynh-tn/udacity-cloud-developer-project-4
auth0 aws aws-apigateway aws-dynamodb aws-lambda aws-s3 cloud-developer presignedurl serverless udacity udacity-cloud-developer-nanodegree udacity-nanodegree
Last synced: 27 days ago
JSON representation
[Udacity] Cloud Developer Nanodegree Program - Project 4
- Host: GitHub
- URL: https://github.com/tienhuynh-tn/udacity-cloud-developer-project-4
- Owner: tienhuynh-tn
- License: mit
- Created: 2024-10-15T10:54:04.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-16T15:20:34.000Z (30 days ago)
- Last Synced: 2024-10-17T20:16:03.724Z (28 days ago)
- Topics: auth0, aws, aws-apigateway, aws-dynamodb, aws-lambda, aws-s3, cloud-developer, presignedurl, serverless, udacity, udacity-cloud-developer-nanodegree, udacity-nanodegree
- Language: JavaScript
- Homepage:
- Size: 352 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Udacity Nanodegree Program - Cloud Developer - Project 4
- [Description](#description)
- [Technology](#technology)
- [References](#references)
- [License & Copyright](#license--copyright)## Description
### Project Overview
In this project, you will develop and deploy a simple Task List application using AWS Lambda and Serverless framework. This application will allow users to create/remove/update/get task list items. Each task list item contains the following fields:
- todoId (string) - a unique id for a task list item
- createdAt (string) - date and time when a task list item was created
- name (string) - name of a task list item (e.g. "Change a light bulb")
- dueDate (string) - date and time by which a task list item should be completed
- done (boolean) - true if a task list item was completed, false otherwise
- attachmentUrl (string) (optional) - a URL pointing to an image attached to a task list item## Technology
- AWS S3
- AWS API Gateway
- AWS Lambda
- AWS Cloudwatch
- AWS DynamoDB
- AWS IAM
- Serverless## References
- [Udacity Nanodegree Program - Cloud Developer](https://www.udacity.com/course/cloud-developer-nanodegree--nd9990)## License & Copyright
© 2024 tienhuynh-tn Licensed under the [MIT LICENSE](https://github.com/tienhuynh-tn/udacity-cloud-developer-project-4/blob/main/LICENSE).