Update and add README files (#4657)

* BAEL-1766: Update README

* BAEL-1853: add link to article

* BAEL-1801: add link to article

* Added links back to articles

* Add links back to articles
This commit is contained in:
KevinGilmore 2018-07-08 10:12:13 -05:00 committed by GitHub
parent 6be948a05a
commit e5f2714ff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 1 deletions

3
aws-lambda/README.md Normal file
View File

@ -0,0 +1,3 @@
### Relevant Articles:
- [Using AWS Lambda with API Gateway](http://www.baeldung.com/aws-lambda-api-gateway)
- [Introduction to AWS Serverless Application Model](http://www.baeldung.com/aws-serverless)

View File

@ -166,3 +166,4 @@
- [Convert a String to Title Case](http://www.baeldung.com/java-string-title-case)
- [How to Get the File Extension of a File in Java](http://www.baeldung.com/java-file-extension)
- [Immutable Objects in Java](http://www.baeldung.com/java-immutable-object)
- [Console I/O in Java](http://www.baeldung.com/java-console-input-output)

View File

@ -7,4 +7,6 @@
- **greeter-spring-boot-starter**: The custom starter for the library.
- **greeter-spring-boot-sample-app**: The sample project that uses the custom starter.
- **greeter-spring-boot-sample-app**: The sample project that uses the custom starter.
- [Multi-Module Project With Spring Boot](http://www.baeldung.com/spring-boot-multiple-modules)

View File

@ -0,0 +1,2 @@
### Relevant Articles:
- [Logging in Spring Boot](http://www.baeldung.com/spring-boot-logging)