META-INF.maven.archetype.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aws-lambda-s3-example
Show all versions of aws-lambda-s3-example
Template for an AWS Lambda function, demonstrating
use of S3 module and POJO return type.
The newest version!
<archetype xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0" xlmns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/achetype/1.0.0 http://maven.apache.org/xsd/archetype-1.0.0.xsd"> <id>aws-lambda-s3-example</id> <sources> <source>src/main/java/Handler.java</source> <source>src/main/java/ReturnPojo.java</source> </sources> <testSources> <source>src/test/java/Handler.java</source> <source>src/test/java/ReturnPojo.java</source> </testSources> </archetype>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy