Fork me on GitHub
#aws
<
2016-01-12
>
clojuregeek01:01:13

Using cljs-lambda... i think i have everything set right ... trying to do a lambda function in a lambda with clojurescript ... getting this error:

A client error (UnrecognizedClientException) occurred when calling the CreateFunction operation: The security token included in the request is invalid.

clojuregeek01:01:41

does it use the security token generated by a federated login?

alandipert02:01:02

hm - i've seen that when AWS creds are expired

bhagany02:01:26

yeah, I saw that one when I was sending the wrong key and secret

bhagany02:01:57

I have two in my ~/.aws/credentials, and switch between them with an environment variable

luposlip21:01:41

Hey, trying to deploy Datomic Pro Starter using DynamoDB, packaged with Docker, running on ECS based on https://hub.docker.com/r/pointslope/datomic-pro-starter/.

luposlip21:01:59

It works like a charm on my local environment (i.e. local docker machine)

luposlip21:01:15

But on ECS it won’t start. Have anybody here done this?

luposlip21:01:44

Like the idea of docker containers, service composing with docker etc., but I’m close to going back to CloudFormation..