Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/barnhill/barcode-lambda
- Owner: barnhill
- License: apache-2.0
- Created: 2019-04-21T02:43:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-19T20:45:30.000Z (over 2 years ago)
- Last Synced: 2024-11-19T06:59:02.987Z (2 months ago)
- Topics: aws, aws-lambda, barcode, barcode-generator, barcode-images, java
- Language: Java
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)