Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).