MVN

me.julb : aws-lambda-bootstrap-maven-plugin

Maven & Gradle

Aug 01, 2022
0 stars

Julb.me :: AWS Lambda Bootstrap Maven Plugin · This application enables to generate a bootstrap file for AWS Lambda custom runtime.

<plugin>
    <groupId>me.julb</groupId>
    <artifactId>aws-lambda-bootstrap-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.julb : aws-lambda-bootstrap-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of me.julb : aws-lambda-bootstrap-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
aws-lambda-bootstrap-maven-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>me.julb</groupId>
    <artifactId>aws-lambda-bootstrap-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>

Advertisement