jar

com.cdkpatterns : CDKSPADeploy

Maven & Gradle

Dec 22, 2021
232 stars

This is an AWS CDK Construct to make deploying a single page website (Angular/React/Vue) to AWS S3 behind SSL/Cloudfront as easy as 5 lines of code.

Table Of Contents

Latest Version

Download com.cdkpatterns : CDKSPADeploy JAR file - Latest Versions:

All Versions

Download com.cdkpatterns : CDKSPADeploy JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.97.x
1.96.x
1.95.x
1.94.x
1.93.x
1.92.x
1.91.x
1.90.x
1.89.x
1.88.x
1.87.x
1.86.x
1.85.x
1.84.x
1.83.x
1.82.x
1.81.x
1.104.x
1.103.x
1.100.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window CDKSPADeploy-2.0.0-alpha.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.cdkpatterns

├─ com.cdkpatterns.HostedZoneConfig.class - [JAR]

├─ com.cdkpatterns.SPADeploy.class - [JAR]

├─ com.cdkpatterns.SPADeployConfig.class - [JAR]

├─ com.cdkpatterns.SPADeployment.class - [JAR]

├─ com.cdkpatterns.SPADeploymentWithCloudFront.class - [JAR]

├─ com.cdkpatterns.SPAGlobalConfig.class - [JAR]

Advertisement