Add AWS Native Lamnbda sample

This commit is contained in:
Oleg Zhurakousky
2023-01-30 16:20:19 +01:00
parent d59bbdb83d
commit e4eaef3f92
14 changed files with 847 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package com.example.demo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class NativeUppercaseApplicationTests {
@Test
void contextLoads() {
}
}