Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/barnhill/barcode-lambda

Barcode function for AWS Lambda
https://github.com/barnhill/barcode-lambda

aws aws-lambda barcode barcode-generator barcode-images java

Last synced: 7 days ago
JSON representation

Barcode function for AWS Lambda

Awesome Lists containing this project

README

        

# barcode-lambda ![Barcode Lambda CI](https://github.com/barnhill/barcode-lambda/workflows/Barcode%20Lambda%20CI/badge.svg)
Barcode function for AWS Lambda

### Overview ###

This lambda function was developer to give an easy to use method for incorporating barcode generation into your AWS Lambda / cloud footprint.

#### Symbologies ####

| Supported | Symbology | List |
| :------------- | :------------- | :-----|
| Code 128 | Code 93 | Code 39 (Extended / Full ASCII) |
| Code11 | EAN-8 | FIM (Facing Identification Mark) |
| UPC-A | UPC-E | Pharmacode |
| MSI | PostNet | Standard 2 of 5 |
| ISBN | Codabar | Interleaved 2 of 5 |
| ITF-14 | Telepen | UPC Supplemental 2 |
| JAN-13 | EAN-13 | UPC Supplemental 5 |

### Usage ###

(Coming soon)