You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DFPC provided Lambda ETLs are currently all written in [NodeJS](https://nodejs.org/en) through the use of a AWS Lambda optimized
8
26
Docker container. Documentation for the Dockerfile can be found in the [AWS Help Center](https://docs.aws.amazon.com/lambda/latest/dg/images-create.html)
@@ -38,8 +56,9 @@ node dist/task.js
38
56
39
57
Deployment into the CloudTAK environment for configuration is done via automatic releases to the DFPC AWS environment.
40
58
41
-
Github actions will build and push docker releases on every version tag which can then be automatically configured via the
59
+
Github actions will build and push docker releases on every version tag which can then be automatically configured via the
42
60
CloudTAK API.
43
61
44
62
Non-DFPC users will need to setup their own docker => ECS build system via something like Github Actions or AWS Codebuild.
0 commit comments