jar

com.cdkpatterns : cdk-spa-deploy

Maven & Gradle

Dec 31, 2020
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 : cdk-spa-deploy JAR file - Latest Versions:

All Versions

Download com.cdkpatterns : cdk-spa-deploy JAR file - All Versions:

Version Vulnerabilities Size Updated
1.80.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 cdk-spa-deploy-1.80.0.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