kukielp / Amazon-SQS-Lucee-CFML

Some explorations in consuming Amazon SQS messages in Lucee CFML.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Producing And Consuming Amazon SQS Messages In Lucee CFML 5.3.8.201

Just some experimentation with the Amazon SQS (Simple Queue Service) using the Java SDK in Lucee CFML 5.3.8.201.

Running Lucee CFML Locally

I built this using [CommandBox][command-box]. To start the server, I ran this from the root directory of this repository:

# Boot-up the CommandBox CLI.
box

# Start of the Lucee CFML server for this repository.
server start

# Copy the Lucee configuration into the current server context
# (mainly to set up the Admin password as "password").
cfconfig import ./.cfconfig.json

Each of my explorations has its own queue. The Amazon Access ID, Secret Key, and Queue Name are stored in config.json files; however, those are not committed to the repository for security reasons. There are, however, config.template.json files to see the expected data structure.

Added Ability to use docker and deply and run on AWS App Runner

Ensure you have installed Docker

About

Some explorations in consuming Amazon SQS messages in Lucee CFML.


Languages

Language:Dockerfile 100.0%