Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yingzhuo/spring-cloud-aws-examples

examples of SpringBoot/SpringFramework and AWS
https://github.com/yingzhuo/spring-cloud-aws-examples

aws aws-lambda-java dynamodb java spring spring-boot spring-cloud

Last synced: 25 days ago
JSON representation

examples of SpringBoot/SpringFramework and AWS

Awesome Lists containing this project

README

        

## spring-cloud-aws-examples

* 关于 `Lambda`
* [cloud-aws-lambda](/cloud-aws-lambda)

* 关于 `DynamoDB`
* [cloud-aws-dynamodb](/cloud-aws-dynamodb)
* [aws-dynamodb-sequential-id-generator](/aws-dynamodb-sequential-id-generator)

## 参考资料

* [spring-cloud-aws 官方文档](https://docs.awspring.io/spring-cloud-aws/docs/3.1.1/reference/html/index.html#using-amazon-web-services)

## 关于秘钥

出于安全隐私安全考虑。本人开发和运行本项目的程序时,不会把AWS相关的秘钥或密码展示在本项目的代码或配置文件中,如果您需要运行本项目中的程序,请确保密码正确地在本地配置。

* `~/.aws/credentials`

```
[default]
aws_access_key_id=
aws_secret_access_key=
```

* `~/.aws/config`

```
[default]
region=
```