functional-programming-with-aws-lambda

所属分类:FaaS/Serverless
开发工具:TypeScript
文件大小:47KB
下载次数:0
上传日期:2023-01-07 07:30:42
上 传 者sh-1993
说明:  如何在云环境中使用函数编程模式的示例
(Example of how to use functional programming patterns in a cloud environment)

文件列表:
package-lock.json (163034, 2019-09-18)
package.json (777, 2019-09-18)
src (0, 2019-09-18)
src\handlers.ts (338, 2019-09-18)
src\http.ts (1004, 2019-09-18)
src\io.ts (855, 2019-09-18)
src\model.ts (243, 2019-09-18)
src\service.ts (897, 2019-09-18)
src\store.ts (569, 2019-09-18)
src\test-examples.ts (619, 2019-09-18)
src\test-execution.ts (457, 2019-09-18)
src\validation.ts (2214, 2019-09-18)
template.yaml (711, 2019-09-18)
tsconfig.json (290, 2019-09-18)
tslint.json (455, 2019-09-18)
webpack.config.js (431, 2019-09-18)

# Functional Programming with AWS Lambda This is the repository where you can the fully working solution of the example I mention in my blog post about [Building Cloud Native applications with AWS Lambda and Functional Programming](https://blog.container-solutions.com/using-functional-programming-when-building-cloud-native-applications-with-aws-lambda). In this repository you'll find a working REST api developed in [typescript](https://www.typescriptlang.org/) and [fp-ts](https://gcanti.github.io/fp-ts/). You can deploy it locally with [AWS SAM](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/what-is-sam.html) by just doing the following. ``` npm i npm start ``` You will find the api running at `http://localhost:3000/posts`.

近期下载者

相关文件


收藏者