Giter Site home page Giter Site logo

cloudnative / lambda-chat Goto Github PK

View Code? Open in Web Editor NEW
388.0 388.0 64.0 318 KB

A chat application without servers - using only AWS Lambda, S3, DynamoDB and SNS

License: Apache License 2.0

Shell 5.57% HTML 61.12% CSS 0.98% JavaScript 16.75% Python 15.58%

lambda-chat's People

Contributors

billjive avatar garnaat avatar jedberg avatar pas256 avatar tombyrer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lambda-chat's Issues

Why is polling used?

Isn't it possible to subscribe to push notification without the need of polling S3 for updates?

Store config somewhere

We have a little config issue - it needs to be stored somewhere so it can be ready by

  • the website
  • the setup scripts
  • the lambda functions

Config are things like

  • the region
  • the S3 bucket and key
  • the DyanmoDB table name
  • the SNS name or ARN

Ideas?

When do ./resources.py cf

Hi, Thanks for your good demo codes. When I do ./resource.py cf, there is as following error.

ERROR
Resource Subscription required in type AWS::SNS::Topic
Resource Subscription required in type AWS::SNS::Topic`

profile argument to resources.py?

I am following your instructions, but when I get to the point of running resources.py, the "cf" bit seems to work, but the next step fails because the resources.py script is looking for a --profile argument and you instructions say nothing about that:

./resources.py launch --region=us-west-2
Usage:
resources.py cf
resources.py launch --region= --profile=
resources.py update --region= --profile=
resources.py delete --region= --profile=
resources.py output --region= --profile=

Document the clean up process

To delete all resources created as part of getting this up and running.

It might also be worth having a reset script that clear any state and gets the system back to the initial one without any data. I'm sure we will use this as part of testing.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.