{"id":19717112,"url":"https://github.com/xsalazar/image-converter","last_synced_at":"2025-04-29T20:30:51.318Z","repository":{"id":38774308,"uuid":"441037661","full_name":"xsalazar/image-converter","owner":"xsalazar","description":"🖼 This repository contains the backend AWS Lambda source code to convert .svg images into .png or .jpeg images for the front-end website hosted at https://downloademoji.dev","archived":false,"fork":false,"pushed_at":"2025-04-25T14:47:12.000Z","size":433,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-25T15:43:51.058Z","etag":null,"topics":["aws","aws-lambda","emoji","lambda","terraform","twemoji"],"latest_commit_sha":null,"homepage":"https://downloademoji.dev","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xsalazar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"xsalazar","buy_me_a_coffee":"xsalazar"}},"created_at":"2021-12-23T02:18:11.000Z","updated_at":"2025-04-25T14:47:15.000Z","dependencies_parsed_at":"2023-09-27T20:32:08.814Z","dependency_job_id":"56092240-862c-4d0e-96b9-22b6d8b3fa50","html_url":"https://github.com/xsalazar/image-converter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsalazar%2Fimage-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsalazar%2Fimage-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsalazar%2Fimage-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsalazar%2Fimage-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xsalazar","download_url":"https://codeload.github.com/xsalazar/image-converter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251578304,"owners_count":21612012,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-lambda","emoji","lambda","terraform","twemoji"],"created_at":"2024-11-11T22:44:41.819Z","updated_at":"2025-04-29T20:30:51.274Z","avatar_url":"https://github.com/xsalazar.png","language":"HCL","funding_links":["https://github.com/sponsors/xsalazar","https://buymeacoffee.com/xsalazar"],"categories":[],"sub_categories":[],"readme":"# 🖼 Image Converter\n\nThis repository holds both the Terraform infrastructure code as well as the simple Javascript application that runs inside the AWS Lambda function.\n\nThis application code is a basic image converter service that takes in a URL to a [Twemoji](https://github.com/twitter/twemoji) SVG image and will convert it out to either a `.jpeg` or `.png` image at an arbitrary size. This application leverages the [`sharp`](https://sharp.pixelplumbing.com/) library for quick, high-quality conversions.\n\nThe infrastructure supporting this backend application is a simple public API Gateway that forwards valid requests to the Lambda function.\n\nThis backend application is used to support the website [https://downloademoji.dev](https://downloademoji.dev) for quick and reliable downloads of high-quality emoji.\n\n## Getting Started\n\nThis repository leverages [VSCode's devcontainer](https://code.visualstudio.com/docs/remote/containers) feature to ensure all necessary dependencies are available inside the container for development.\n\n### Application\n\nThe application code for this repository is contained in the [`./app`](./app) directory.\n\nTo get started:\n\n```bash\ncd app/ \u0026\u0026 npm init\n```\n\nAll application deployments are managed via GitHub Actions and the [`./.github/workflows/deploy_application.yml`](./.github/workflows/deploy_application.yml) workflow.\n\n### Infrastructure\n\nThe infrastructure code for this repository is contained in the [`./terraform`](./terraform) directory. The required Terraform version is `1.10.2`. The AWS artifacts managed in this repository are illustrated below.\n\nTo get started:\n\n```bash\ncd terraform/ \u0026\u0026 terraform init\n```\n\nAll infrastructure deployments are managed via GitHub Actions and the [`./.github/workflows/deploy_infrastructure.yml`](./.github/workflows/deploy_infrastructure.yml) workflow.\n\n![](./assets/architecture.svg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxsalazar%2Fimage-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxsalazar%2Fimage-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxsalazar%2Fimage-converter/lists"}