Danilo Poccia

Results 25 comments of Danilo Poccia

There was an issue in the code, sorry for that. It should work now.

For the AWS CLI I usually prefer "pip install", but his works. Everybody ok with this steps?

I would definitely support this, for any framework! I actually talked about a contribution/merge with the Serverless Framework team long ago (they were still JAWS) and I do not see...

Hi, you can look at two logs: - the JavaScript console from the web browser - the Lambda function log on CloudWatch Logs, from the AWS Lambda web console you...

Hi! With LambdAuth you can manage Developer Authenticated Identities. For an example is iOS (Objective-C or Swift) and Android, please use the AWS Mobile Hub to create a sample/starting app:...

AWS Mobile Hub supports login via FB, Google (others are coming) out of the box. If you add a custom authentication (such as LambdAuth) you can reuse the coe that...

You just need to select the functions you want to call from the mobile app in the cloud logic section. Mobile Hub takes care of configuring permissions for you. On...

The login can be used in two ways: - inside your application, you manage the logic - to access AWS services straight from JavaScript, using Amazon Cognito (the token returned...

You can have look at the changePassword.html in the www directory. With Amazon Cognito, you can have two AWS IAM roles, one for unauthenticated users, one for authenticated ones. See...

In the sample implementation included in the www directory the auth info in retrieved in JS variables (identityId and token). So logout is managed client side to just "forget" those...