Giter Site home page Giter Site logo

speaker's Introduction

SPEAKER ๐ŸŽค

Welcome to the SPEAKER project! This repository contains the code and configurations for deploying a highly available, scalable, and secure infrastructure using Terraform. Below, you'll find an overview of the project, the technologies used, and how to get started.

Table of Contents ๐Ÿ“š

About the Project ๐Ÿ“

The SPEAKER project aims to create a robust infrastructure setup using Terraform. The primary focus is on ensuring scalability, high availability, and security. The project is organized into various modules to enhance modularity and reusability of the code.

Modules

  • API Gateway Module: Configures AWS API Gateway.
  • Lambda Handler Module: Configures the Lambda responsible for connecting with AWS Polly.

AWS Polly Integration

The project utilizes AWS Polly to generate speech from the provided text, showcasing the text-to-speech capabilities within the Lambda Handler module.

Technologies Used ๐Ÿš€

  • Terraform: Infrastructure as Code (IaC) tool used to define and provision the infrastructure.
  • Python: For any auxiliary scripts that support the infrastructure setup.
  • HCL (HashiCorp Configuration Language): The language used by Terraform to describe the infrastructure resources.

Getting Started ๐Ÿ’ป

To get a local copy up and running, follow these steps:

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/PwGawzynski/SPEAKER.git
    cd SPEAKER
  2. Initialize Terraform:
    terraform init
  3. Apply the Terraform configuration:
    terraform apply

Configuration

You can use the default configuration or override variables by creating a Terraform.tfvars file.

Special Feature ๐ŸŒŸ

One of the unique aspects of this project is the demonstration of directly sending multipart/form-data to AWS Lambda. This is not a common practice due to the complexity involved, especially when the aws_api_gateway_integration type is set to AWS instead of AWS_PROXY. However, this project showcases that it is indeed possible.

Why Not S3?

While using S3 would be a more straightforward and optimal solution for handling file uploads, this project aims to illustrate that direct multipart uploads to Lambda are feasible. This demonstrates flexibility and pushes the boundaries of typical AWS usage.


All rights reserved ยฎPwGawลผyล„ski

speaker's People

Contributors

pwgawzynski avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.