A serverless URL shortener built in Java with AWS integration.
To help you get started and understand the project better, the documentation is organized into several sections. Below is a table of contents linking to detailed guides for each topic.
- Setup Guide: Instructions on configuring your development environment and setting up commit standards.
- SDK/Project Management: Instructions on configuring your SDK and creating the project.
- Troubleshooting: Some handy content in case you run into any errors.
- Deploying: Learn how to generate the
jar
files and upload them to AWS.
- Serverless architecture
- AWS integration (Lambdas, S3, Api Gateway)
- URL shortening capabilities
To interact with the endpoint of this project, you can:
- Use a
[POST]
request on the endpoint with the correct payload to receive yoururlCode
. - Use a
[GET]
request on the endpoint, providing theurlCode
obtained in the previous step.
To start using the application, follow the steps in the Setup Guide.